diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index b49a1b182e274a3a08498e4713c2d86487d749f5..b0fd3d1200dccc79462c9a4b1f6143260ea034bc 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -5,5 +5,20 @@ A normal text _Italic text_ __Bold text__ -A link to MOOC : [fun-mooc.fr] +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 +- second item +- third item + +Creating list with numbers : + +1. first item +2. second item +3. third item \ No newline at end of file