diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md new file mode 100644 index 0000000000000000000000000000000000000000..c83fc991922b18c37bd61dab9a25467794e99e41 --- /dev/null +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,25 @@ +# Partie 1 +## Sous-partie 1 : texte +une phrase sans rien +*une phrase en italique* +**une phrase en gras** +http://fun-mooc.fr - automatic! +[GitHub](http://fun-mooc.fr) +''' +print("Hello world!") +''' +## 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 +''' +#extrait de code +''' \ No newline at end of file