diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index effb6f3a5d5fe5ea769e8692673a9c61e44d2193..dbce4c23792a5ec26e6bbc0767a0e68b4150a3d2 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,29 +1,22 @@ -

Partie 1

- -

Sous-partie 1 : texte

- +# Partie 1 +## Sous-partie 1 Une phrase sans rien - *Une phrase en italique* - **Une phrase en gras** - -http://github.com - automatic![GitHub](http://github.com) - -Une ligne de ```print("code")``` - -

Sous-partie 1 : texte

- +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) +Une ligne de `code` +## Sous-partie 2 : listes **Liste à puce** - - item - -sous-item - -sous-item - -sous-item + - sous-item + - sous-item - item -- item - -

Sous-partie 3 : code

+- item +**Liste numérotée** +1. item +2. item +3. item +## Sous-partie 3 : code ``` # Extrait de code -``` +``` \ No newline at end of file