From ab841822fb5d33ae3a9acc452c9a311c18d76076 Mon Sep 17 00:00:00 2001 From: 8a31633c40889a7a89c831544b7d92e5 <8a31633c40889a7a89c831544b7d92e5@app-learninglab.inria.fr> Date: Sat, 13 Aug 2022 17:08:13 +0000 Subject: [PATCH] Completed --- module1/exo2/fichier-markdown.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b0fd3d1..edaa6e7 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -3,14 +3,19 @@ ## Document sub-title : Text A normal text + _Italic text_ + __Bold text__ + A link to website: [Link to mooc website](fun-mooc.fr) + ## Document sub-title : Lists Creating a list with dots : + - first item - item 1A - item 1B @@ -21,4 +26,9 @@ Creating list with numbers : 1. first item 2. second item -3. third item \ No newline at end of file +3. third item + +## Document sub-title : Code +``` +# Extrait de code +``` \ No newline at end of file -- 2.18.1