Created
August 11, 2020 08:15
-
-
Save prologic/59197e3719e7d3430335c24534d0dc4e to your computer and use it in GitHub Desktop.
XML vs. YAML 🤷♂️ Why does everyone hate on XML?! 🤣
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<figure> | |
<a href="pics/earth2150/lc-combat-ucs.jpg"> | |
<img src="pics/earth2150/lc-combat-ucs.jpg" /> | |
</a> | |
<figcaption> | |
<abbr title="Lunar Corporation">LC</abbr>hovertanks battle mechs guarding a | |
<abbr title="United Civilized States">UCS</abbr>base. A large mech is shooting rockets at a hovertank, while its shields protect it from an electro cannon attack. Two repairers fix a visibly damaged nuclear power plant.</figcaption> | |
</figure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
figure: | |
a: | |
img: | |
_src: "pics/earth2150/lc-combat-ucs.jpg" | |
_href: "pics/earth2150/lc-combat-ucs.jpg" | |
figcaption: | |
abbr: | |
- | |
_title: "Lunar Corporation" | |
__text: LC | |
toString: | |
- | |
_title: "United Civilized States" | |
__text: UCS | |
toString: | |
__text: "hovertanks battle mechs guarding a \n \nbase. A large mech is shooting rockets at a hovertank, while its shields protect it from an electro cannon attack. Two repairers fix a visibly damaged nuclear power plant." | |
toString: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment