From 504d475d6dac63b9e1e9278489f3e9f521a5496f Mon Sep 17 00:00:00 2001 From: 8304325c6c80c4a3e512ad9acf6efc06 <8304325c6c80c4a3e512ad9acf6efc06@app-learninglab.inria.fr> Date: Fri, 2 May 2025 20:39:07 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20fichier=20Markdown=20pour?= =?UTF-8?q?=20exo2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fichier-markdown.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fichier-markdown.md diff --git a/fichier-markdown.md b/fichier-markdown.md new file mode 100644 index 0000000..424f971 --- /dev/null +++ b/fichier-markdown.md @@ -0,0 +1,11 @@ +# Titre principal + +## Sous-titre + +Voici une phrase en *italique* et une autre en **gras**. + +- Élément 1 +- Élément 2 +- Élément 3 + +[Un lien vers GitLab](https://gitlab.com) \ No newline at end of file -- 2.18.1