Skip to content

gregoweb/markdown-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Markdown Cheat Sheet

Reference : The Markdown Guide

Basic Syntax

These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.

Heading

# H1

## H2

### H3

Bold

**bold text** bold text

Italic

*italicized text* italicized text

Blockquote

> blockquote

blockquote

Ordered List

1. First item
2. Second item
3. Third item

  1. First item
  2. Second item
  3. Third item

Unordered List

- First item
- Second item
- Third item

  • First item
  • Second item
  • Third item

Code

`code`
code

Horizontal Rule

---

Link

[title](https://www.example.com)
title

Image

![alt text](image.jpg)

Bonus

Jump ligne

add 2 spaces at the end of your ligne

Escape special Markdown char

\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published