From a82b5786f96223d6a4017920b0ecf593ff311018 Mon Sep 17 00:00:00 2001 From: a71d8cf7a2a6b8e7ee04855d19814c1e Date: Sun, 15 Nov 2020 23:47:40 +0000 Subject: [PATCH] =?UTF-8?q?Ex1=202=C3=A8me=20partie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exo2/fichier-markdown.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 exo2/fichier-markdown.md diff --git a/exo2/fichier-markdown.md b/exo2/fichier-markdown.md new file mode 100644 index 0000000..c2625fb --- /dev/null +++ b/exo2/fichier-markdown.md @@ -0,0 +1,20 @@ +#Partie 1 +##Sous-partie 1 : texte +Une phrase sans rien +*Une phrase en italique* +**Une phrase en gras** +Un lien vers http://fun-mooc.fr - automatic! +Une ligne de print("code") +##Sous-partie 2 : listes +**Liste à puce** +● item + ❍ sous-item + ❍ sous-item +● item +● item +1. item +2. item +3. item +#Sous-partie 3 : code +> # Extrait de code + -- 2.18.1