/Markdown-CheatSheet

Mémento de toutes les fonctionnalités en markdown.

Apprendre le Markdown par @colasnaudi

Édition GitHub

Table des matières

Titres

# Titres 1
## Titres 2
### Titres 3
#### Titres 4
##### Titres 5

Titres 1

Titres 2

Titres 3

Titres 4

Titres 5
<h1>Titres 1</h1>
<h2>Titres 2</h2>
<h3>Titres 3</h3>
<h4>Titres 4</h4>
<h5>Titres 5</h5>

Titres 1

Titres 2

Titres 3

Titres 4

Titres 5

Titres 1

Titres 2

Style de texte

Mise en gars
**Ceci est un texte avec un style.**
__Ceci est un texte avec un style.__
<strong>Ceci est un texte avec un style.</strong>

Italique
*Ceci est un texte avec un style.*
_Ceci est un texte avec un style._
<em>Ceci est un texte avec un style.</em>

Gras et italique
**_Ceci est un texte avec un style._**
<strong><em>Ceci est un texte avec un style.</em></strong>

Gras

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Italique

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Gras et italique

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Bloc-notes

> Ceci est un texte avec un style.
> Ceci est un texte avec un style.
> 
> Ceci est un texte avec un style.
> 
> Ceci est un texte avec un style.
> Ceci est un texte avec un style.
>> Ceci est un texte avec un style.
>>> Ceci est un texte avec un style.
> **The quick brown fox** *jumps over the lazy dog.*

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Ceci est un texte avec un style.

Monospaced
<samp>Ceci est un texte avec un style.</samp>

Souligné
<ins>Ceci est un texte avec un style.</ins>

Rayé
~~Ceci est un texte avec un style.~~

Monospaced

Ceci est un texte avec un style.

Souligné

Ceci est un texte avec un style.

Rayé

Ceci est un texte avec un style.

Boxed

Boxed
<table><tr><td>Ceci est un texte avec un style.</td></tr></table>
Ceci est un texte avec un style.

Subscript

Subscript <sub>Ceci est un texte avec un style.</sub>

Subscript Ceci est un texte avec un style.

Superscript

Superscript <sup>Ceci est un texte avec un style.</sup>

Superscript Ceci est un texte avec un style.

Mise en avant de la syntaxe

Une énumération est un type défini par l'utilisateur qui se compose d'un jeu de constantes intégrales nommées, appelées énumérateurs. Il se note enum.

enum Mois = {Janvier, Février, Mars, Avril, Mai, Juin, Juillet, Août, Septembre, Octobre, Novembre, Decembre};
enum Mois = {Janvier, Février, Mars, Avril, Mai, Juin, Juillet, Août, Septembre, Octobre, Novembre, Decembre};

Alignements

Gauche

<p align="gauche">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="100" height="100" border="10"/>
</p>

Centre

<p align="centre">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="100" height="100" border="10"/>
</p>

Droit

<p align="droit">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="100" height="100" border="10"/>
</p>

Aligner du texte au centre

<h3 align="center"> Ce texte est aligné au centre. </h3>

Ce texte est aligné au centre.

Tableaux

Tableau html

<table>
<tr>
<td width="33%"">
Ceci est un texte avec un style.
</td>
<td width="33%">
Ceci est un texte avec un style.
</td>
<td width="33%">
Ceci est un texte avec un style.
</td>
</tr>
</table>
Ceci est un texte avec un style. Ceci est un texte avec un style. Ceci est un texte avec un style.

Autres tableaux

| Défaut | Aligné à gauche | Aligné au centre | Aligné à droite |
| - | :- | :-: | -: |
| 9999999999 | 9999999999 | 9999999999 | 9999999999 |
| 999999999 | 999999999 | 999999999 | 999999999 |
| 99999999 | 99999999 | 99999999 | 99999999 |
| 9999999 | 9999999 | 9999999 | 9999999 |


| Défaut    | Aligné à gauche | Aligné au centre | Aligné à droite |
| ---------- | :--------- | :----------: | ----------: |
| 9999999999 | 9999999999 | 9999999999   | 9999999999  |
| 999999999  | 999999999  | 999999999    | 999999999   |
| 99999999   | 99999999   | 99999999     | 99999999    |
| 9999999    | 9999999    | 9999999      | 9999999     |


Défaut    | Aligné à gauche | Aligné au centre | Aligné à droite
---------- | :--------- | :----------: | ----------:
9999999999 | 9999999999 | 9999999999   | 9999999999 
999999999  | 999999999  | 999999999    | 999999999  
99999999   | 99999999   | 99999999     | 99999999   
9999999    | 9999999    | 9999999      | 9999999 
Défaut Aligné à gauche Aligné au centre Aligné à droite
9999999999 9999999999 9999999999 9999999999
999999999 999999999 999999999 999999999
99999999 99999999 99999999 99999999
9999999 9999999 9999999 9999999
Défaut Aligné à gauche Aligné au centre Aligné à droite
9999999999 9999999999 9999999999 9999999999
999999999 999999999 999999999 999999999
99999999 99999999 99999999 99999999
9999999 9999999 9999999 9999999
Défaut Aligné à gauche Aligné au centre Aligné à droite
9999999999 9999999999 9999999999 9999999999
999999999 999999999 999999999 999999999
99999999 99999999 99999999 99999999
9999999 9999999 9999999 9999999

Double tableau

<table>
<tr>
<th>Titre 1</th>
<th>Titre 2</th>
</tr>
<tr>

<td>

| A | B | C |
|--|--|--|
| 1 | 2 | 3 |

</td><td>

| A | B | C |
|--|--|--|
| 1 | 2 | 3 |

</td></tr> </table>
Titre 1 Titre 2
A B C
1 2 3
A B C
1 2 3

Tableau sur plusieurs lignes

| A | B | C |
|---|---|---|
| 1 | 2 | 3 <br/> 4 <br/> 5 |
A B C
1 2 3
4
5

Liens

[The-Ultimate-Markdown-Cheat-Sheet](https://github.com/lifeparticle/Markdown-Cheatsheet)

The-Ultimate-Markdown-Cheat-Sheet

[The-Ultimate-Markdown-Cheat-Sheet][reference text]

[The-Ultimate-Markdown-Cheat-Sheet][1]

[Markdown-Cheat-Sheet]

[reference text]: https://github.com/lifeparticle/Markdown-Cheatsheet
[1]: https://github.com/lifeparticle/Markdown-Cheatsheet
[Markdown-Cheat-Sheet]: https://github.com/lifeparticle/Markdown-Cheatsheet

The-Ultimate-Markdown-Cheat-Sheet

The-Ultimate-Markdown-Cheat-Sheet

Markdown-Cheat-Sheet

[Example of a relative link](rl.md)

Example of a relative link

Visit https://github.com/

Images

![alt text](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)

alt text

![alt text][image]

[image]: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png

alt text

<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"/>

GIF

<iframe src="https://giphy.com/embed/yjI5G3pE3NH3O" width="480" height="270" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>

Listes

Liste ordonnée

1. Un
2. Deux
3. Trois
  1. Un
  2. Deux
  3. Trois

Liste sur plusieurs niveaux

1. Premier niveau
    1. Deuxième niveau
        - Troisième niveau
            - Quatrième niveau
2. Premier niveau
    1. Deuxième niveau
3. Premier niveau
    1. Deuxième niveau
  1. Premier niveau
    1. Deuxième niveau
      • Troisième niveau
        • Quatrième niveau
  2. Premier niveau
    1. Deuxième niveau
  3. Premier niveau
    1. Deuxième niveau
- Premier niveau
    - Deuxième niveau
        - Troisième niveau
            - Quatrième niveau
- Premier niveau
    - Deuxième niveau
- Premier niveau
    - Deuxième niveau
  • Premier niveau
    • Deuxième niveau
      • Troisième niveau
        • Quatrième niveau
  • Premier niveau
    • Deuxième niveau
  • Premier niveau
    • Deuxième niveau

Liste à puces

* 1
* 2
* 3

+ 1
+ 2
+ 3


- 1
- 2
- 3
  • 1
  • 2
  • 3
  • 1
  • 2
  • 3
  • 1
  • 2
  • 3
<ul>
<li>Premier item</li>
<li>Deuxième item</li>
<li>Troisième item</li>
<li>Quatrième item</li>
</ul>
  • Premier item
  • Deuxième item
  • Troisième item
  • Quatrième item

Case à cocher

- [x] Résoudre Bug 24
- [ ] Ajouter la documentation
- [ ] Ajouter des tests unitaires
  • Résoudre Bug 24
  • Ajouter la documentation
  • Ajouter des tests unitaires

Règles horizontale

--- ou
*** ou
___



Divers

\*   Asterisque
\\   Anti-slash
\`   Accent grave
\{}  Accolades
\.   Point
\!   Point d'exclammation
\#   HashTag ou dièze
\-   Tiret
\()  Parentheses
\+   Plus
\[]  Crochets
\_   Underscore

* Asterisque \ Anti-slash ` Accent grave {} Accolades . Point ! Point d'exclammation # HashTag ou dièze - Tiret () Parentheses + Plus [] Crochets _ Underscore