From 213b1560423d8900617efc0a0ee03900f3cd1940 Mon Sep 17 00:00:00 2001 From: e6c214ad3c6f6b7a6b30f79adc457c63 Date: Fri, 9 Jun 2023 13:47:25 +0000 Subject: [PATCH] Add new file exo2 --- module1/exo2/fichier-markdown2.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 module1/exo2/fichier-markdown2.md diff --git a/module1/exo2/fichier-markdown2.md b/module1/exo2/fichier-markdown2.md new file mode 100644 index 0000000..c258446 --- /dev/null +++ b/module1/exo2/fichier-markdown2.md @@ -0,0 +1,20 @@ +#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/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 +Print(# Extrait de code) \ No newline at end of file -- 2.18.1