diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 76a13cac4bbacf0857a4d9a4c9df8e77eb4de4f3..04608fc9f866dc8ffa871c23a9170f90b6aac134 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,8 @@ -# Partie 1 \ No newline at end of file +# Partie 1 + +##Sous-partie 1 : texte +*This text will be italic* +_This will also be italic_ + +**This text will be bold** +__This will also be bold__ \ No newline at end of file