diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md new file mode 100644 index 0000000000000000000000000000000000000000..cce4e8b7fc14893a73f23b5f600f4c78cf87d4d8 --- /dev/null +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,28 @@ +#Partie 1 + +##Sous-partie 1:texte + +Une phrase sans rien +_Une phrase en itallique_ +__Une phrase sans rien__ +Un lien vers [fun-mooc.fr](http://fun-mooc.fr) +Une ligne de print("Hello world!") + +##Sous-partie 2:listes + +Liste à puces + +*item + *sous-item + *sous-item +*item +*item + +Liste numérotée +1.item +2.item +3.item + +##Sous-partie 3:code + # Extrait de code + print("Hello world!")