From 5430d1420638a381917e71fa31e6cf9e9591fff4 Mon Sep 17 00:00:00 2001 From: 59ead273c63d187e371df0607c6b2aaa <59ead273c63d187e371df0607c6b2aaa@app-learninglab.inria.fr> Date: Fri, 4 Oct 2024 11:56:36 +0000 Subject: [PATCH] Update fichier-markdown_2.md --- module1/exo2/fichier-markdown.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index c200fd4..33360ef 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,7 +1,24 @@ # Partie 1 + ## Sous-partie 1 : texte + Une phrase sans rien + *Une phrase en italique* + **Une phrase en gras** -http://github.com - automatic! -Un lien vers [fun-mooc.fr](fun-mooc.fr) + +Un lien vers [fun-mooc.fr](fun-mooc.fr) + +Une ligne de print("code") + +## Sous-partie 2 : listes + +**Liste à puce** + +- Item +- Item + - Sous Item + - Sous Item +- Item +- Item \ No newline at end of file -- 2.18.1