Markdown Notes

Content:

Setext-style headers for h1 and h2 are created by “underlining” with equal signs (=) and hyphens (-)
e.g.

1
2
3
4
A First Level Header
====================
A Second Level Header
---------------------

Unordered List */+/-

Inline Code

1
`<code>`

Code Block: indent every line of the block by 4 spaces or 1 tab

1
2
3
<blockquote>
<p>For example.</p>
</blockquote>

Code Block:

1
2
```<language>
code content

## Reference:
[Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
[MARKDOWN SYNTAX & GITHUB FLAVORED MARKDOWN](https://enterprise.github.com/downloads/en/markdown-cheatsheet.pdf)