Text

# Header 1
## Header 2
### Header 3
*em*
**strong**
~~strike~~
> quote
“`code block
“`

 

Links

  • <http://www.google.com>
  • [Link Text](https://www.google.com “Link Title”)
  • [Reference-style link definitions][1] ……
    [1]: http://slashdot.org
  • Use the [link text itself] as reference.
    ……
    [link text itself]: http://www.reddit.com

 

Lists

1. First ordered list item
2. Another item
⋅⋅* Unordered sub-list.
3. Actual numbers don’t matter, just that it’s a number
⋅⋅1. Ordered sub-list
4. And another item.

* Unordered list can use asterisks
* Or minuses
* Or pluses

 

Full cheatsheet at https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet