From 7d123acbd1142a52f9288ba4737285ac47de05cf Mon Sep 17 00:00:00 2001 From: cf068872d71c9f6fd599391f65773b15 Date: Wed, 29 Apr 2020 09:58:00 +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 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..b4a5df0 --- /dev/null +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,31 @@ +# 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 +1. item +1. item + +## Sous-partie 3 : code + +``` +# Extrait de code +``` -- 2.18.1