From ada2bbe3b4eee8d42242b702acb5e4f0134e9ed1 Mon Sep 17 00:00:00 2001 From: 248111c51d3bcbf9b09cc4dac4fd3399 <248111c51d3bcbf9b09cc4dac4fd3399@app-learninglab.inria.fr> Date: Wed, 17 Mar 2021 17:47:39 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20fichier=20Markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..b833509 --- /dev/null +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,28 @@ +#Partie 1 + +##Sous-partie 1 : texte + +Une phrase sans rien + +_Une phrase en italique_ + +__Une phrase en gras__ + +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) + +Une ligne de 'code' + +##Sous-partie 2 : listes + +###Liste à puce +- item + - sous-item + - sous-item +- item +- item +###Liste numérotée +1. item +2. item +3. item +##Sous-partie 3 : code +'# Extrait de code' \ No newline at end of file -- 2.18.1