This is a reference for how markdown is compiled
headers
Setext headers
this is h1 (using =)
this is h2 (using -)
atx headers
this is h1 (using #)
this is h2 (using ##)
this is h3 (using ###)
lists
unordered lists use the follwoing characters
- *
- +
-
-
-
ordered
- lists
- use
- numbers
(numbers dont need to be ordered)
lists can use:
-
quotes
- and code blocks:
<this is code>