diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..ec79f08debd111bf0268fbf6a342d462f9dbfd7d 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,47 @@ -test \ No newline at end of file +# Partie 1 + +## Sous-partie 1 : texte + +Une phrase sans rien + +*Une phrase en italique* + +__Une phrase en gras__ + +[Fun-MOOC](https://www.fun-mooc.fr/) + +Une ligne de + + + + +## Liste + +- C1 +- C2 + - C2.1 + - C2.2 + +## Hierarchie + +1. a +2. b +3. c + 1. d + 2. e + +## Images + +![image de chat](https://www.zooplus.fr/magazine/wp-content/uploads/2019/06/arriv%C3%A9e-dun-chaton-%C3%A0-la-maison-768x547.jpeg) + + +## Lien + + + +## Blockquotes + +As Kanye West said: + +> We're living the future so +> the present is our past. \ No newline at end of file