diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d258442c7c65512eafab474568dd706c430..8f0afc27eed571e3e2185e10d63a31350278f8ba 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,32 @@ -test \ No newline at end of file +test +# Partie 1 +## Sous partie 1 : titre + +pour rire + +*texte en italic* + +**texte en gras** + +pour un lien hypertext c'est [là](http://github.com) + + +## Sous partie 2 : titre + + + +Pour une liste : +- item 1 +- item 2 +- item suivant + +Pour le liste numéroté ajoutons des chiffre : +1. truc 1 +2. truc 2 +3. truc suivant + +Pour du code il faut utiliser `code` + +``` +print("texte super cool") +``` \ No newline at end of file