diff --git a/module1/Exo2/fichier-markdown.md b/module1/Exo2/fichier-markdown.md index 0e7d08f5682413451d136c4401c34bc13ee750ad..ffc0a5141424f9cc4948db8ac825c60a643c9ffe 100644 --- a/module1/Exo2/fichier-markdown.md +++ b/module1/Exo2/fichier-markdown.md @@ -10,21 +10,24 @@ une phrase sans rien https://www.fun-mooc.fr/ -print("code") +une ligne de `code` ## Sous partie 2 -liste à puce +**liste à puce** - item - sous item - sous item - item - item -liste numérotée +**liste numérotée** 1. item 2. item 3. item ## Sous partie 3 -print("Hello word") \ No newline at end of file + +``` +# extrait de code +``` \ No newline at end of file