logo de Litho CMS

Litho CMS


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

Voici un exemple de fichier Markdown qui inclut plusieurs cas d'utilisation de la syntaxe classique :

Titre niveau 1

Titre niveau 2

Titre niveau 3

Titre niveau 4

Italique

Gras

Barré

Code en ligne

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

Bloc de citation

Markdown Guide

alt text

alt text

Liste :

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

Unordered List

Colonne 1 Colonne 2
Cellule 1 Cellule 2
Cellule 1 Cellule 2

Autre taleaux

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

Extended Syntax

[TOC]

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

Footnote

Here's a sentence with a footnote. 1

Here's a sentence with a footnote. 2

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.

Super & Subscript

H2O

X2

Test 2

Test a

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 )

Notice Framalibre

Test video

Test Son

Test Son 2

Mape


Afficher une carte plus grande

  1. 1 : This is the footnote.

  2. 2 : Une autre

  3. a : C'est en cours de dev.