From 00932f5a6db6ac6d9617dd20052e3924ffde4cfd Mon Sep 17 00:00:00 2001 From: f6f8a22e4377b6d0231cab92d0d5018b Date: Sat, 18 Apr 2020 17:33:59 +0000 Subject: [PATCH] Add new file --- module1/exo2/fichier-markdown2.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 module1/exo2/fichier-markdown2.md diff --git a/module1/exo2/fichier-markdown2.md b/module1/exo2/fichier-markdown2.md new file mode 100644 index 0000000..c8a788a --- /dev/null +++ b/module1/exo2/fichier-markdown2.md @@ -0,0 +1,29 @@ +#Partie 1 + +##Sous-partie 1 : texte + +Une phrase sans rien + +*Une phrase en italique* + +**Une phrase en gras** + +Un lien vers [fun-mooc.fr](http://fun-mooc.fr) + +Une ligne de '''print("code")''' + +##Sous-partie 2 : listes + +**Liste à puce** + +- item + - sous-item + - sous-item +- item +- item + +**Liste numérotée** + +1. item +2. item +3. item \ No newline at end of file -- 2.18.1