- simple links:
[text](http://url)
- github link:
<http://url>
[this is text][1]
[1]: http://url
- code highlight:
`code`
- escape a `
``Back`Tick``
- Code blocks:
```markdown
[this is markdown](http://url)
```
- Strike
~~strike me~~
(github)<strike>strike me</strike>
(normal)
- Tasks
- [ ] open task
- [x] closed task
- http://daringfireball.net/projects/markdown/syntax -- THE first place to look 👏
- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
- http://meta.stackexchange.com/questions/82718/how-do-i-escape-a-backtick-in-markdown -- how to escape a backtick