Notes tagged with "Cheatsheets"
Markdown Reference
A quick and greatly truncated reference guide for Markdown.
See Also:
- CommonMark Specification
- goldmark markdown parser used by Hugo.
Linking
Formating
This is a paragraph with **bolded** text. This is another paragraph with *emphasized* text. This is `inline code` in this paragraph.
This is a paragraph with bolded text.
This is another paragraph with emphasized text.
This is inline code in this paragraph.