diff --git a/module1/exo2/ fichier-markdown.md b/module1/exo2/ fichier-markdown.md new file mode 100644 index 0000000000000000000000000000000000000000..6c0abd2b1cf163ef97a5d95c527b2bf1dc9bea86 --- /dev/null +++ b/module1/exo2/ fichier-markdown.md @@ -0,0 +1,34 @@ +### Partie 1 + +## Sous-partie 1: texte + +Une phrase sans rien + +*une phrase en italique* + +**une phrase en gras** + +un lien vers [fun.mooc.fr](http://fun.mooc.fr) + +Une ligne de ```print("Hello World")``` + +## Sous-partie 2: listes + +# Liste a puce + +-item + -sous-item + -sous-item +-item +-item + +# Liste numerotée + +1. +2. +3. + +## Sous-partie 3: codes + +>```print("Hello World")``` +> \ No newline at end of file