diff --git a/module1/exo2/fichier-markdown2.md b/module1/exo2/fichier-markdown2.md index dc7299f1400983bc06d0bc66f11190ab2a98142c..5077bd419e2d6d522219b8b395dcc070fc97f168 100644 --- a/module1/exo2/fichier-markdown2.md +++ b/module1/exo2/fichier-markdown2.md @@ -1,19 +1,30 @@ # Partie 1 + ## Sous-partie 1 : texte + Une phrase sans rien -Une phrase en italique -Une phrase en gras -Un lien vers fun-mooc.fr + +_Une phrase en italique_ + +__Une phrase en gras__ + +Un lien vers [fun-mooc.fr](fun-mooc.fr) + Une ligne de code -Sous-partie 2 : listes -Liste à puce -iteml -sous-itemm -sous-itemm -iteml -iteml -Liste numérotée -item1. -item2. -item3. + +## Sous-partie 2 : listes + +__Liste à puce__ + +- item + - sous-itemm + - sous-itemm +- item +- item + +__Liste numérotée__ +1. item1 +2. item2 +3. item3 + Sous-partie 3 : code \ No newline at end of file