Post 2
H1
H2
H3
Italic
Bold
Combined emphasis
Strikethrough
- Ordered list item
- Item
- Unordered sub-list.
- Item
- Ordered sub-list
- Item
This is copied from Markdown Cheatsheet
Inline-style:
code
var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
Code block
Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.
Quote break.
This is a very long line that will still be quoted properly when it wraps. Oh boy letโs keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.