diff --git a/fichier-markdown.md-ex2 b/fichier-markdown.md-ex2 new file mode 100644 index 0000000000000000000000000000000000000000..b39ecef08afcdc42e7d9d566708857ddd048f4a0 --- /dev/null +++ b/fichier-markdown.md-ex2 @@ -0,0 +1,33 @@ +# Partie 1 : Chocolat + +## 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** + +- Ingrédients + - Chocolat noir + - Beurre +- Sucre +- Farine + +**Liste numérotée** + +1. Faire fondre le chocolat +2. Ajouter le beurre +3. Mélanger avec le reste + +## Sous-partie 3 : code + +```python +# Recette en code +print("Faire fondre le chocolat") +print("Ajouter le beurre") +print("Mélanger avec le reste") \ No newline at end of file