diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 823accdd8187c39662851f17ecc42884cf2ff7b0..5d8d8c1de8f6812379224f003e021620a25d4aa7 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,11 +1,36 @@ -test + # Test Markdown -## Sous-partie 1 : texte +## Texte Recherche Reproductible _Amusant_ **Very fun** -### Sous-partie 3 : code +Un lien vers:[ Fun-mooc.fr](https://www.fun-mooc.fr/fr/). + + `print()` + + +## Listes + +### Liste à puce +- Couleurs 1 + - Bleu + - Rosse + - Rouge + - Blanc + - Noir +- Brosses +- Toile + +### Liste numérotée +1. Introduction +2. Développement +3. conclusion + +## Sous-partie 3 : code +``` +print("Test Markdowm!") +```