From d629099a043ca770eb4c0c53d304d8012103285c Mon Sep 17 00:00:00 2001 From: f17e35c9ea2755e54c670b14bba95f77 Date: Wed, 11 Dec 2024 16:46:37 +0000 Subject: [PATCH] Update: Replicating the content of the giving pdf. --- module1/exo2/fichier-markdown.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..dc20a34 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,29 @@ -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. item1 +2. item2 +3. item3 + +## Sous-partie 3 : Code + +```python +# Extrait de code +https://www.fun-mooc.fr/ -- 2.18.1