From 666b57e7859142337f903d2e907a6b4349ec7742 Mon Sep 17 00:00:00 2001 From: e33eb88ad13e77fcab40e23aa5b9eb7e Date: Sun, 22 Mar 2020 20:03:34 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 75aa7d2..29411a9 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -6,26 +6,24 @@ Une phrase sans rien **Une phrase en gras** -[Un lien vers fun-mooc.fr](https://www.fun-mooc.fr/) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/) Une ligne de code ## Sous-partie 2 : listes -Liste a puces non ordonnee : -- item 1 - - sous-item 1 - - sous-item 2 -- item 2 -- item 3 +**Liste à puces** +- item + - sous-item + - sous-item +- item +- item -Liste numérotée : -1. item 1 -2. item 2 -3. item 3 +**Liste numérotée** +1. item +2. item +3. item -## Sous-partie 3 : code - -To print some text with Python, you should use the `print()` function. +## Sous-partie 3 : code ``` -print("Hello world!") +# Extrait de code ``` -- 2.18.1