diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..42f418ec529798fd70abaa082e383f6bd2e0bd72 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,22 @@ -test \ No newline at end of file +###### Partie 1 +## Sous-partie 1 +# Une phrase sans rien +*Une phrase en italic* +**Une phrase en gras** +http://fun-mooc.fr - automatic! +print("Hello World!") + +## Sous-partie 2 : listes +# Liste à puces +- item + - sous-item + - sous-item +- item +- item + +# Liste numérotée +1. Item +2. Item +3. Item + +## Sous-partie 3 : code \ No newline at end of file