cheatsheets/markdown.md

15 lines
179 B
Markdown

title: Markdown
----
## Markdown
# h1
### h3
[link](http://google.com)
[link][google]
[google]: http://google.com
![Image alt text](/path/to/img.jpg)