diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..f2c49f78fd05d305ad69265383f0449d732cec38 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,30 @@ -test \ No newline at end of file +test + +#Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien +*une phrase en italique* +**une phrase en gras** + +http://fun-mooc.fr - automatic! + +print("Une ligne de code") + +## Sous-partie 1 : listes + +Liste à puce + +- Item 1 +- Item 2 + - Item 2a + - Item 2b + +1. Item 1 +2. Item 2 +3. Item 3 + 1. Item 3a + 2. Item 3b + +``` +print("Hello world!") +```