Markdown
This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the refer
Last updated
Was this helpful?
This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the refer
Last updated
Was this helpful?
Thanks for visiting !
This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for and .
These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.
bold text
italicized text
blockquote
First item
Second item
Third item
First item
Second item
Third item
code
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
Header
Title
Paragraph
Text
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
term : definition
The world is flat.
I need to highlight these ==very important words==.
H2O
X^2^
That is so funny!
(See also )