From 149517c07baa6c55aa1b7ebf9066d9788a1b739a Mon Sep 17 00:00:00 2001 From: ce38cfac542090b1c646a77bd0609f72 Date: Thu, 15 Oct 2020 12:47:55 +0000 Subject: [PATCH] Commit message --- module1/exo2/fichier-markdown.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 957beed..8c1035d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,5 +8,22 @@ Une phrase sans rien **Une phrase en gras** +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) -_You **can** combine them_ \ No newline at end of file +## 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 -- 2.18.1