From 37d5b98ae96fe7945c4d956ae7c584944f3cb5c7 Mon Sep 17 00:00:00 2001 From: 1261dbb44216db3152292d7ebd180f0d <1261dbb44216db3152292d7ebd180f0d@app-learninglab.inria.fr> Date: Wed, 1 Mar 2023 12:18:52 +0000 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20du=20fichier=201=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/fichier-markdown.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 module1/fichier-markdown.md diff --git a/module1/fichier-markdown.md b/module1/fichier-markdown.md new file mode 100644 index 0000000..be8c39f --- /dev/null +++ b/module1/fichier-markdown.md @@ -0,0 +1,21 @@ +#Partie 1 + +## sous-partie 1 texte + L'arbre est joli + ## il porte des fleurs rouges + ** C'est un Lilas des Indes** + + https://www.fun-mooc.fr - automatic! + ## sous-partie 2 Listes +Liste à Puce + - Item 1 + Item 1a + - Item 1b +- Item 2 + +Liste numérotée +1. Item 1 +2. Item 2 +3. Item 3 + ### Sous-partie 3: Code + \ No newline at end of file -- 2.18.1