diff --git a/module1/exo2/fichier markdown.md b/module1/exo2/fichier markdown.md new file mode 100644 index 0000000000000000000000000000000000000000..f529bfc5519c628ac1e6d785bd115923b4303f10 --- /dev/null +++ b/module1/exo2/fichier markdown.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](https://www.fun-mooc.fr/) + +Une ligne de 'code' + +## Sous-partie 2 : listes + +**liste à puce** + +- item + - sous-item + - sous-item +- item +- item + +## Sous-partie 3 : code + +''' +# Extrait de code +'''