From 5d46fcbd8b03ecf4eb94f76b1d10b2afddca27e6 Mon Sep 17 00:00:00 2001 From: 9370262fb194a8b40918eb9e801230e9 <9370262fb194a8b40918eb9e801230e9@app-learninglab.inria.fr> Date: Thu, 20 Oct 2022 21:43:28 +0000 Subject: [PATCH] Test2 --- module1/exo2/fichier-markdown.md | 35 +++++++++++++------------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index effb6f3..dbce4c2 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,29 +1,22 @@ -

Partie 1

- -

Sous-partie 1 : texte

- +# Partie 1 +## Sous-partie 1 Une phrase sans rien - *Une phrase en italique* - **Une phrase en gras** - -http://github.com - automatic![GitHub](http://github.com) - -Une ligne de ```print("code")``` - -

Sous-partie 1 : texte

- +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 - -sous-item + - sous-item + - sous-item - item -- item - -

Sous-partie 3 : code

+- item +**Liste numérotée** +1. item +2. item +3. item +## Sous-partie 3 : code ``` # Extrait de code -``` +``` \ No newline at end of file -- 2.18.1