From e0f28bb22c78c5e7d0350fc17c1a79c9ec92f229 Mon Sep 17 00:00:00 2001 From: a06d37270cecb396434d627b4332c8a3 Date: Tue, 16 Nov 2021 13:25:43 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20exercice=20d'=C3=A9criture=20d'un?= =?UTF-8?q?=20fichier=20pdf=20avec=20Markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module1/exo2/fichier-markdown.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module1/exo2/fichier-markdown.md b/module1/exo2/fichier-markdown.md index 4c6c1ce..e51513c 100644 --- a/module1/exo2/fichier-markdown.md +++ b/module1/exo2/fichier-markdown.md @@ -8,7 +8,7 @@ Une phrase sans rien **Une phrase en gras** -Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr/fr) +Un lien vers [fun-mooc.fr](https://www.fun-mooc.fr) Une ligne de `code` @@ -17,8 +17,8 @@ Une ligne de `code` **Liste à puce** - item - - sous-item - - sous-item + - sous-item + - sous-item - item - item @@ -32,4 +32,4 @@ Une ligne de `code` ``` # Extrait de code -``` +``` \ No newline at end of file -- 2.18.1