From de126f303242ab06e84756b31c4e711f74e69394 Mon Sep 17 00:00:00 2001 From: b58fe0008facf57153356ab9e86de60c Date: Sat, 17 Oct 2020 14:32:28 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20partie=20Markd?= =?UTF-8?q?own?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journal/journal-de-bord.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/journal/journal-de-bord.md b/journal/journal-de-bord.md index b256a1e..4b4a582 100644 --- a/journal/journal-de-bord.md +++ b/journal/journal-de-bord.md @@ -29,6 +29,13 @@ __This will also be bold__ _You **can** combine them_ +~~This text will be crossed~~ + +##### Liste à cocher +[ ] A +[x] B +[ ] C + ##### Lists : Unordered - Item 1 - Item 2 @@ -55,8 +62,23 @@ As Kanye West said: > We're living the future so > the present is our past. -#### Inline code -To print some text with Python, you should use the `print()` function. +#### Inline code (avec le caractère backtick ou apostrophe inversée) +To print some text with Python, you should use the `print()` function > next section. + +#### Code +Pour identifier tout un bloc de texte comme du code source, vous pourrez utiliser soit la touche de **tabulation ou quatre espaces consécutives**, et ce pour chaque ligne concernée. Pour indenter davantage certaines lignes, il vous suffira d’insérer des tabulations ou des espaces. +*** + +Encore écrit ici en texte ordinaire + + Ceci est la première ligne du bloc de code + La seconde ligne est encore plus en retrait + C’est une autre ligne du bloc de code + +C’est ici que le texte ordinaire recommence + +*** + ``` print("Hello world!") ``` -- 2.18.1