Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.83 KB

cheat_sheet_markdown.md

File metadata and controls

30 lines (28 loc) · 1.83 KB

MARKDOWN CHEAT SHEET curl -o badge.svg

Basic Syntax

command description
Heading # h1, ## h2, ### h3
Bold bold text
Italic italicized text
Blockquote > blockquote
Ordered List 1. First item 2. Second item 3. Third item
Undered List - First item - Second item - Third item
Code code
Horizontal Rule ---
Link title
Image alt text

Extended Syntax

command description
Table Syntax
Fenced Code Block {"firstName": "John", "lastName": "Smith", "age": 25 }
Footnotye Here's a sentence with a footnote. [^1] / [^1]: this is th footnote.
Heading ID ### MyGreat Heading {#custom-id}
Definition List term : definition
Strikethrough --The world is flate.--
Task List [x] Write the press release [ ] Update the website [ ] Contact the media
Emoji That is so funny! 😂 (see also Copying and Pasting Emoji)
Highlight I need to highlight these /important words==.==very
Subscript H20
Superscript X^2^