From cfdd5dbf08ba6be30154a8706da1cb452ee1a407 Mon Sep 17 00:00:00 2001 From: c4489d0ac1b4dc0c3726033b10607283 Date: Mon, 6 Jun 2022 10:50:30 +0000 Subject: [PATCH] Exercise 01-2 --- module1/exo2/fichier-markdown.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..55134da 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,25 @@ -test \ No newline at end of file +# Partie 1 + +## This is a sub-part + +*hello in italic* + +**hello in bold** + +here is a link [wikihomepage](https://www.wikipedia.org/) + +here is a bullist list: + +- a +- b +- c + +a numbered list: + +1. x +2. y +3. z + +``` +# some code +``` -- 2.18.1