diff --git a/module1/module1/exo2/fichier-markdown.md b/module1/module1/exo2/fichier-markdown.md new file mode 100644 index 0000000000000000000000000000000000000000..462c7436299fce1999419bd4d7ec11c98c8205fe --- /dev/null +++ b/module1/module1/exo2/fichier-markdown.md @@ -0,0 +1,30 @@ +#Partie 1 + +## Sous-partie 1 : texte + +Une phrase sans rien + +_Une phrase en italique_ + +__Une phrase en gras__ + +Un lien vers [(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 \ No newline at end of file