diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a87247ad9d9b6688d9776e9a10006eaf562bbc6a 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,35 @@ +# Partie 1 +# Sous-partie 1 : texte + +Une phrase sans rien + +_Une phrase en italique_ + +**Une phrase en gras** + +http://github.com - automatic! +[GitHub](http://github.com) + +Un lien vers [fun-mooc.fr](http://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 + +``` +# Extrait de code +``` \ No newline at end of file