From 3969a328733dfccf487ddd42258471a3d32f42f9 Mon Sep 17 00:00:00 2001 From: 9f954c85b6d9dc1f89a905e6fc16cf6e <9f954c85b6d9dc1f89a905e6fc16cf6e@app-learninglab.inria.fr> Date: Fri, 10 Apr 2020 17:15:44 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20fichier=20Exo01=20(partie=202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 18 ++++++++++++++++++ 1 file changed, 18 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..7fa002e --- /dev/null +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,18 @@ +# Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien +_Une phrase en italique_ +**Une phrase en gras** +[Un lien vers fun](fun-mooc.fr) +Une ligne de code +##Sous-partie 2 : listes +**Liste à puce** +* item + * sous-item + * sous-item +* item +Liste numérotée +1. item +2. item +3. item +##Sous-partie 3 : code## \ No newline at end of file -- 2.18.1