diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 84a3b5a80484d833b865e7f8fabbfa2441df5def..26dec83b846825197bef737f75e6012ce2abf882 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,22 +1,23 @@ # Partie 1 - -## sous-partie 1 - -_**texte en italique et en gras**_ - -1. un -2. deux -3. trois -4. p'tit chats - -## sous-partie 2 - -[GitHub](http://github.com) - -- oui -- non -- peut être - +NO FILE +## 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 ``` -print("hello world!") +# Extrait de code ``` \ No newline at end of file