Created
July 20, 2019 12:13
-
-
Save stefanpejcic/9ba7906bccff2915f9314a67f2bcacf0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
This is unordered list: | |
* Candy. | |
* Gum. | |
* Booze. | |
and so is this: | |
+ Candy. | |
+ Gum. | |
+ Booze. | |
and this: | |
- Candy. | |
- Gum. | |
- Booze. | |
These all produce the same output: | |
<ul> | |
<li>Candy.</li> | |
<li>Gum.</li> | |
<li>Booze.</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment