Skip to content

FlorentinJonckans/Cheat-Sheet-Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Cheat-Sheet-Markdown

Element Markdown Syntax Rendering
Heading # H1

H1

## H2

H2

### H3

H3

Bold **bold text** Bold
Italic *italicized text* Italic
Blockquote > blockquote

Blockquote

Ordered List 1. First item
  1. First item
2. Second item
  1. Second item
3. Third item
  1. Third item
Unordered List - First item
  • First item
- Second item
  • Second item
- Third item
  • Third item
Code myCode myCode
Horizontal Rule ---
Link [title](https://www.example.com) Link
Image ![alt text](image.jpg)
Footnote Here's a sentence with a footnote. [^1]

Here's a sentence with a footnote.[1]

Some other markdown syntaxes:

Code Block
``` { "firstName": "John", "lastName": "Smith", "age": 25 } ```

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

Footnote Here's a sentence with a footnote. 1

Task List
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

  • Write the press release
  • Update the website
  • Contact the media

Footnotes

  1. This is the footnote.

About

My personal Cheat Sheet for Markdown !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published