From ae7c2855c676bb3c28827b230289c05472b02646 Mon Sep 17 00:00:00 2001 From: d1b12713ccc898fd82f9acd1be75d586 Date: Fri, 8 Jan 2021 14:04:44 +0000 Subject: [PATCH] test syntaxe markdown --- module1/exo2/fichier-markdown.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 4a94d55..0557e1a 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,2 +1,27 @@ # premier titre Ceci est un test + +*ras* + +> citation + +`for i in mylist: + print(i) +` +* Leo +* Ana +* Theo + +1. lundi +2. mardi +3. mercredi + +# tableau + +| lundi | mardi | +| ------ | ------ | +| Ana | Leo | +| Theo | Ana | + +* [projet1 ] +* \ No newline at end of file -- 2.18.1