Markdown Syntax Cheat Sheet

MarkdownHTML Output
# Heading 1<h1>
**bold**<strong>
*italic*<em>
[link](url)<a href>
- item<ul><li>
`code`<code>