From 8e3b1094b1e54b6ee78acbde1f8f7d2f6434d5c4 Mon Sep 17 00:00:00 2001 From: e33eb88ad13e77fcab40e23aa5b9eb7e Date: Sun, 22 Mar 2020 19:49:20 +0000 Subject: [PATCH] Update fichier-markdown.md --- module1/exo2/fichier-markdown.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e69de29..6c5b428 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -0,0 +1,27 @@ +# Partie 1 +## Sous-partie 1 = sous-partie 1 : +Une phrase sans rien +*Une phrase en italique* +**Une phrase en gras** +[Un lien vers fun-mooc.fr](https://www.fun-mooc.fr/) +Une ligne de $_(code)$ + +## Sous-partie 2 = des listes : +Liste a puces non ordonnee : +- item 1 + - sous-item 1 + - sous-item 2 +- item 2 +- item 3 + +Liste numérotée : +1. item 1 +2. item 2 +3. item 3 + +## Sous-partie 3 = quelques lignes de code : + +To print some text with Python, you should use the `print()` function. +``` +print("Hello world!") +``` -- 2.18.1