diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 4a94d5505c9f6514d2eabfdb0635e9d493da7835..0557e1a1b54cea21958d456a74050ec192a6070b 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