Writing with markdown is not quite hard. It is a text-to-HTML conversion tools for web writers. Actually, Hexo and many other static blogs have markdown support. I mark down some basic usage for reference, from Markdown Cheetsheet and the original sepc.
Headers
# H1 |
Emphasis
Emphasis, aka italics, with *asterisks* or _underscores_. |
However, maybe it’s better to use bold all the time as stanstarks. :-)
Lists
1. First ordered list item |
Links and Images
- Links
[I'm an inline-style link](https://www.google.com) |
- Images
Here's our logo (hover to see the title text): |
Horizontal Rules
Three or more dashes or asterisks:
--- |
Manual Line Breaks
End a line with two or more spaces