From 608e42f12c7ba35390b1fbef371e78ab20db8cef Mon Sep 17 00:00:00 2001 From: 2eb88d4c0cb1887c474859ebdb5adf34 <2eb88d4c0cb1887c474859ebdb5adf34@app-learninglab.inria.fr> Date: Fri, 31 Jul 2020 14:26:20 +0000 Subject: [PATCH] =?UTF-8?q?premi=C3=A8re=20=C3=A9criture=20en=20markdown?= =?UTF-8?q?=20pour=20exercice=20du=20module=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown-mv.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 module1/exo2/fichier-markdown-mv.md diff --git a/module1/exo2/fichier-markdown-mv.md b/module1/exo2/fichier-markdown-mv.md new file mode 100644 index 0000000..8930723 --- /dev/null +++ b/module1/exo2/fichier-markdown-mv.md @@ -0,0 +1,18 @@ +# Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien +_Une phrase en italique_ +Une phrase en grasUn lien vers fun-mooc.fr +Une ligne de code +## Sous-partie 2 : listes +- Liste à puce iteml + - sous-itemm + - sous-itemm +- iteml +- iteml +1 Liste numérotée iteml + 1 sous-itemm + 2 sous-itemm +2 iteml +3 iteml + \ No newline at end of file -- 2.18.1