logo de Litho CMS

Lahminèwski Lab


Layout Lab

Markdown Cheat Sheet

Thanks for visiting The Markdown Guide!

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.

Basic Syntax

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

Heading

H1

H2

H3

H4

Base

bold text

italicized text

Ordered List

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

Unordered List

Code

code

Blockquote

blockquote

Horizontal Rule


Markdown Guide

Image

alt text

Big

alt text

Extended Syntax

These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.

Table

Syntax Description
Header Title
Paragraph Text

Voila !

Syntax Description Test Text
Header Title Here's this
Paragraph Text And more

Fenced Code Block

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

Footnote

Here's a sentence with a footnote. 1

Heading ID

My Great Heading {#custom-id}

Definition List

term : definition

Strikethrough

The world is flat.

Task List

Emoji

That is so funny! :joy:

(See also Copying and Pasting Emoji)

Highlight

I need to highlight these very important words.

Subscript

H2O

Superscript

X2

Math

$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

mathML

C B d l = μ 0 ( I enc + ε 0 d d t S E n ^ d a )

Test 2

Notice Framalibre

Mape


Afficher une carte plus grande

  1. 1 : This is the footnote.