From b8a58db52fb3b433d3890e06c0e165af6622200f Mon Sep 17 00:00:00 2001 From: af597720ec05525cf5f321ae4aeea5b3 Date: Sun, 14 Mar 2021 18:19:04 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 30d74d2..a5a17d4 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1 +1,20 @@ -test \ No newline at end of file +# Partie 1 +## sub partie 1 +*This is italic text* +**This is bold text** +http://github.com + +- To buy today in the supermarket: + - juice + - slipper + - ipad cable + +1. January +2. Feburary + 1. 29 days + 2. 28 days +3. March + +``` +print("Hello world!") +``` \ No newline at end of file -- 2.18.1