diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md new file mode 100644 index 0000000000000000000000000000000000000000..367c5847fd0451cfe9eae46c6ae6bfbc4de7cc33 --- /dev/null +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,31 @@ +#Partie 1 + +##Sous-partie 1 : texte + +Une phrase sans rien + +_Une phrase en italique_ + +__Une phrase en gras__ + +Un lien vers [fun-mooc.fr](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