Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanpejcic/9ba7906bccff2915f9314a67f2bcacf0 to your computer and use it in GitHub Desktop.
Save stefanpejcic/9ba7906bccff2915f9314a67f2bcacf0 to your computer and use it in GitHub Desktop.
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