From 89cc70d5d80dbb3b1ee70084d5eb7ce3292e1658 Mon Sep 17 00:00:00 2001 From: 8a67804fa6490aaa16c0217c80e89104 <8a67804fa6490aaa16c0217c80e89104@app-learninglab.inria.fr> Date: Fri, 9 Jun 2023 14:10:16 +0000 Subject: [PATCH] test2 --- module1/exo2/fichier-markdown_bis.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 module1/exo2/fichier-markdown_bis.md diff --git a/module1/exo2/fichier-markdown_bis.md b/module1/exo2/fichier-markdown_bis.md new file mode 100644 index 0000000..413add3 --- /dev/null +++ b/module1/exo2/fichier-markdown_bis.md @@ -0,0 +1,38 @@ +# Partie 1 + +## Sous-partie 1 : texte + +une phrase sans rien +_une phrase sans rien_ +**une phrase sans rien** +Rendez-vous sur [fun-mooc] (https://fun-mooc.fr) + +int main() +{ + printf("Hello world!\n"); + return 0; +} + + +## 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 + +''' + +# Extrait de code + +''' + -- 2.18.1