diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index d2ccb02ddf45bc762fe894d8a0cb6d23f8b6847c..a76b224acf92f9f9956daeba40d5773086109d21 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,15 +1,20 @@ -# Module 1 Test -## How to start to use the GitLab -### 5 Steps that are easy to start -- Create the GitLab account -- Sig-up -- follow the instruction How to Write GitLab online (Can find the code online or in this Module) -- Try to make your own environment / or work sheet and saave -- Finish ! +# Partie 1 +## the sub-parts +*Writing italic and boldface text* -If you want to see the image of the GitLab logo is here: +Writing a hypertext link: [fun-mooc.fr](https://www.fun-mooc.fr/). -![Logo of the GitLab](https://images.ctfassets.net/xz1dnu24egyd/1hnQd13UBU7n5V0RsJcbP3/769692e40a6d528e334b84f079c1f577/gitlab-logo-100.png). +## Writing a bullet list +- Module 1 +- Module 2 +- Module 3 +- Module 4 -Hyperlink is here: [markdown-it demo](https://markdown-it.github.io/). +## Writing a numbered list +1. Number 1 +2. Number 2 +3. Number 3 +4. Number 4 +## Code Block +### The Code is here that you can follow.