diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 10d3dda92355bc9d36ab148607e79e974bfd6e0d..9bd79ad952f5c4adeb1bfe82400a55f7d266a0bf 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,11 +1,30 @@ # Partie 1 -##Sous-partie 1 : texte +## Sous-partie 1 : texte -###Une phrase sans rien +### Une phrase sans rien *Une phrase en italique* **Une phrase en italique** +http://github.com - automatic! +[GitHub](http://github.com) + +print("Hello world!") + +## Sous-partie 2 : Liste + +- Item 1 +- Item 2 + - Item 2a + - Item 2b + - + 1. Item 1 +2. Item 2 +3. Item 3 + 1. Item 3a + 2. Item 3b + +