diff --git a/module1/exo2d/fichier-markdown.md b/module1/exo2d/fichier-markdown.md new file mode 100644 index 0000000000000000000000000000000000000000..69360007ed87239e97446fe21bd153d45649cbbf --- /dev/null +++ b/module1/exo2d/fichier-markdown.md @@ -0,0 +1,26 @@ +# Partie 1 +## Sous-partie 1 : texte + +*Une phrase en italique* +**Une phrase en gras** +https://www.fun-mooc.fr - automatic! +'print("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 +``` +git status +git add +git commit +``` \ No newline at end of file