Markdown Cheat Sheet pdf
What is markdown
Markdown is the markup language that allows you to write plain text to convert html. Markdown language was created by John Gruber and Aaron Swartz in 2004. Markdown is super easy to use.
Markdown syntax
Markdown is the easiest way to style text on the web. You control the display of the document; formaing words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like ## or *. Download the markdown cheat sheet pdf to see all of the syntax.
Element | Markdown Syntax |
---|---|
Heading | # H1 |
Bold | **bold text** |
Italic | *italicized text* |
Blockquote | > blockquote |
Ordered List | 1. First item |
Unordered List | - First item |
Code | `code` |
Horizontal Rule | --- |
Link | [title](https://www.example.com) |
Image |  |
Extended Syntax
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
Element | Markdown Syntax |
---|---|
Table | | Syntax | Description | |
Fenced Code Block | ``` |
Footnote | Here's a sentence with a footnote. [^1] |
Heading ID | ### My Great Heading {#custom-id} |
Definition List | term |
Strikethrough | ~~The world is flat.~~ |
Task List | - [x] Write the press release |
Markdown cheat sheet pdf
