Post 2

H1

H2

H3

Italic

Bold

Combined emphasis

Strikethrough

  1. Ordered list item
  2. Item
    • Unordered sub-list.
  3. Item
    1. Ordered sub-list
  4. Item

Iโ€™m an inline-style link

This is copied from Markdown Cheatsheet

Inline-style: alt text

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.