From 102ce5273aad421b598aa3cacf1a8d2f65400ac9 Mon Sep 17 00:00:00 2001 From: c78454e19a35f32c63173a8d48888d32 Date: Wed, 1 Sep 2021 16:56:27 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 35 +++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..6fbac2e 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,34 @@ -test \ No newline at end of file +#Partie 1 + +##Sous-parties + +Je suis ici + +**cette phrase est en gras** + +*ceci est en italique* + +j'écris un lien url [google.com](https://www.google.com/) + +## liste a puce + +- première puce +- deuxième puce +- troisième puce + + + +##item numéroté + +1. oui +2. non +3. peut-être + + +## code +``` +ceci est une ligne de code comme sous rmarkdown +``` + + + -- 2.18.1