diff --git a/fichier-markdown.md b/fichier-markdown.md index 0499ba249ff27a959e16783c7c7e338f04062e11..4e0c42867c7fc1aed08bb11be2a0a700474d9632 100644 --- a/fichier-markdown.md +++ b/fichier-markdown.md @@ -14,7 +14,7 @@ Une ligne de `code` ## Sous-partie 2 : listes -Liste à puce +**Liste à puce** - item - sous-item @@ -22,7 +22,7 @@ Liste à puce - item - item -Liste numérotée +**Liste numérotée** 1. item 2. item @@ -30,6 +30,6 @@ Liste numérotée ## Sous-partie 3 : code -```python +``` # Extrait de code ``` \ No newline at end of file