diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 020636d0872f7f2d31dda815587df3c64fbec006..423e1a71db4bb26c939aea2e560d0aa77695a4d2 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,21 +1,21 @@ -# Partie 1; -## Sous-partie 1 : texte; -Une phrase sans rien; -_Une phrase en italique_; -__Une phrase en gras__; -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; -* item; -* item; -__Liste numérotée__; -1. item; -2. item; -3. item; +# Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien +_Une phrase en italique_ +__Une phrase en gras__ +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 +* item +* item +__Liste numérotée__ +1. item +2. item +3. item -## Sous-partie 3: code; +## Sous-partie 3: code `# Extrait de code` \ No newline at end of file