From 7f7ad1de8acdec94ff232f39fe16cf889c10bea8 Mon Sep 17 00:00:00 2001 From: b58fe0008facf57153356ab9e86de60c Date: Sat, 17 Oct 2020 16:15:28 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20Markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journal/journal-de-bord.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/journal/journal-de-bord.md b/journal/journal-de-bord.md index 4b4a582..f7fb40b 100644 --- a/journal/journal-de-bord.md +++ b/journal/journal-de-bord.md @@ -33,7 +33,9 @@ _You **can** combine them_ ##### Liste à cocher [ ] A + [x] B + [ ] C ##### Lists : Unordered @@ -62,23 +64,29 @@ As Kanye West said: > We're living the future so > the present is our past. -#### 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. +#### Tableaux +|Colone 1|Colonne 2| +|--------|---------| +| A | B | +| C | D | + #### 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 +To print some text with Python, you should use the `print()` function (utilisation de caractère **backtick**). + +*** + +Pour identifier tout un bloc de texte comme du code source, vous pourrez utiliser soit la **touche de tabulation** ou **quatre espaces consécutives** : 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 - *** +Pour identifier tout un bloc de texte comme du code source, vous pourrez utiliser **trois backtick** : ``` print("Hello world!") ``` -- 2.18.1