Markdown Cheatsheet

Other cheatsheets: HTML CheatsheetCSS CheatsheetSEO Cheatsheet

Title 1

Title 2

Title 3


Basics

Text bold/italic

Bold **Bold**

Italic *Italic*

Strikethrough ~~Strikethrough~~


Blockquote

blockquote


Inline Code

inline code


Horizontal Rule


title


Image from url


Advanced


Table

SyntaxDescription
HeaderTitle
ParagraphText

Iframe (html)


Toggle

Toggle Example

Boooooooooo


Fenced Code Block

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Fenced Code Block with hidden toggle

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
Toggle Example
 

Footnote

Here’s a sentence with a footnote. 1


Definition List

term : definition


To Do

  • Done - [x] stuff
  • Not done - [ ] stuff

Highlight

very important words ==very important words==

Footnotes

  1. This is the footnote.