diff --git a/module1/exo2/fichier-markdown2.md b/module1/exo2/fichier-markdown2.md new file mode 100644 index 0000000000000000000000000000000000000000..021bba2b55845f8045bbaa68860570739ed68f4d --- /dev/null +++ b/module1/exo2/fichier-markdown2.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](https://www.fun-mooc.fr/fr/) + +Une ligne de `code` + +## Sous-partie 2 : listes + +__Liste à puce__ + +- item + - sous-item + - sous-item +- item +- item + +## Sous-partie 3 : code + +``` +print("# Extrait de code ") + +``` \ No newline at end of file