diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..f3cae453f0c966935fb054d45208acee5b7ea490 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,32 @@ -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** + +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) + +Une ligne de `code` + +## Sous-partie 2 : listes +**Liste à puce** +- item + - sous-item + - sous-item +- item +- item + +**Liste numérotée** +1. item +2. item +3. item + +## Sous-partie 3 : code + +``` +# Extrait de code + +``` diff --git a/readme.md b/readme.md index c7e6bab966d565b613414fe379e5b1fb7dd351fa..dfdfd51d138fa1d5f24cf36cbeb86bd2756d084e 100644 --- a/readme.md +++ b/readme.md @@ -6,4 +6,7 @@ Ce dépôt contient les fichiers utiles au MOOC Recherche Reproductible. EN -This repository contains useful files for the Reproducible Research MOOC. \ No newline at end of file +This repository contains useful files for the Reproducible Research MOOC. + + +ceci est un test