From 70d97024df494cf5d3c44cb8eb638fac7ff213d5 Mon Sep 17 00:00:00 2001 From: 1e6d3e6b0a02e1b8cffb5ec99f2111dd <1e6d3e6b0a02e1b8cffb5ec99f2111dd@app-learninglab.inria.fr> Date: Sun, 26 Apr 2020 09:03:25 +0000 Subject: [PATCH] Add new file --- module1/Exo2/fichier-markdown.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 module1/Exo2/fichier-markdown.md diff --git a/module1/Exo2/fichier-markdown.md b/module1/Exo2/fichier-markdown.md new file mode 100644 index 0000000..9ebd945 --- /dev/null +++ b/module1/Exo2/fichier-markdown.md @@ -0,0 +1,19 @@ +# Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien +*Une phrase en italique* +**Une phrase en gras** +[fun-mooc](fun-mooc.fr) +print("code") + +## Sous-partie 2 : listes +### Liste à puce +- Item 1 + - Item 1a + - Item 1b +- Item 2 +- Item3 +### Liste numérotée +1. Item 1 +2. Item 2 +3. Item 3 -- 2.18.1