From 04bc8e4787cc547bf332a772a5097ab70cac227e Mon Sep 17 00:00:00 2001 From: 22d5b6e2c1d5fd7c770a75b097eb4037 <22d5b6e2c1d5fd7c770a75b097eb4037@app-learninglab.inria.fr> Date: Sun, 27 Oct 2024 11:55:02 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20premier=20ficher=20markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown2.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..cb76373 --- /dev/null +++ b/module1/exo2/fichier-markdown2.md @@ -0,0 +1,24 @@ +# 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 : 'print("code")' + + +## Sous-partie 2: listes + +### Listes à puces +- item + - item + - item +- item + +### Listes numérotées + +1. item +2. item +3. item \ No newline at end of file -- 2.18.1