diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index fc22f4ca9d08ed586bf5cfff533b439fec714c94..380643726121c56269d6fb9ceb36634661651317 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -10,7 +10,7 @@ _Une phrase en italique_ Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr/) -Une ligne de 'code' +Une ligne de `code` ## Sous-partie 2 : listes @@ -31,6 +31,6 @@ Une ligne de 'code' ## Sous-partie 3 : code -''' +``` # Extrait de code -''' \ No newline at end of file +``` \ No newline at end of file