From 7eef262bbedb6163bbb51151abb2d8ad3b909d3e Mon Sep 17 00:00:00 2001 From: 45b0631eba9dbc57f039ff7c8fa2466c <45b0631eba9dbc57f039ff7c8fa2466c@app-learninglab.inria.fr> Date: Fri, 27 Mar 2020 14:40:52 +0000 Subject: [PATCH] with template copy --- module1/exo2/fichier-markdown.md | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index e5aa191..cf15bce 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -1,4 +1,30 @@ -# FIRST TITLE +# Partie 1 +## Sous-partie 1 : texte +Une phrase sans rien -- This is the first part -- This is the second part \ No newline at end of file +***Une phrase en italique*** + +Un lien vers [fun-mooc.fr](http://fun-mooc.fr) + +Une ligne de `code` + +## Sous-partie 2 : listes + +**Liste à puce** + +- item + - sous-item + - sous-item +- item +- item + +**Liste numérotée** +1. item +2. item +3. item + +## Sous-partie 3 : code + +``` + # Extrait de code +``` \ No newline at end of file -- 2.18.1