Diaspora/Website
-
An extremely large header
An extremely large header
Ceci est un très grand titre -
Half as big as the one above
Half as big as the one above
Moitié moins grand que le précédent -
Twice the size of normal text
Twice the size of normal text
Deux fois la taille d'un texte normal -
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
Faites attention à laisser un espace entre les dièses et votre texte sinon vous créeriez un #tag au lieu d'un en-tête. L'en-tête s'arrête dès que vous appuyez sur Entrée pour passer à la ligne suivante. -
Lists
Lists
Listes -
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
Pour créer une liste à puces, placez des *, + ou - devant chaque ligne que vous souhaitez voir faire partie de la liste. -
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
Il est également possible de créer des listes numérotées en plaçant "1.", "2.", etc. au début de chaque ligne de la liste. Pour créer une liste numérotée, les nombres doivent être suivis d'une virgule ou d'un point. -
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
Encore une fois, prenez soin de bien ajouter un espace entre le caractère de "puce" et le texte de la ligne et de laisser une ligne vide entre la liste et les paragraphes suivants et précédents sinon ça ne fonctionnera pas. -
This is how to create a bulleted list:
This is how to create a bulleted list:
Voilà comment créer une liste à puces : -
item one;
item one;
premier élément ; -
item two;
item two;
second élément ; -
item three.
item three.
troisième élément ; -
This will become another bulleted list:
This will become another bulleted list:
Ceci va devenir une autre liste à puces : -
And this will be a numbered list:
And this will be a numbered list:
Et voilà une liste numérotée : -
Code blocks
Code blocks
Blocs de code -
If you are a developer you may be interested in code blocks. To create a code block, start your text/code with four backticks ( ` ` ` ` ). To return to normal text, close the code block with another four.
If you are a developer you may be interested in code blocks. To create a code block, start your text/code with four backticks ( ` ` ` ` ). To return to normal text, close the code block with another four.
Si vous êtes un développeur, vous pouvez être intéressé(e) par les blocs de code. Pour définir un bloc de code, commencez votre texte/code avec quatre apostrophes inversées (````). Pour revenir à du texte normal, terminez le bloc de code avec, à nouveau, quatre apostrophes inversées. -
It’s also possible to display code inline, by marking the start and end of the snippet with a single backtick.
It’s also possible to display code inline, by marking the start and end of the snippet with a single backtick.
Une autre façon de faire ceci est de commencer chaque ligne de votre code avec quatre espaces. Les espaces supplémentaires serviront à l'indentation. -
This is a line of normal text.
This is a line of normal text.
Ceci est une ligne de texte normal. -
this will be a code block
this will be a code block
ceci sera un bloc de code -
Then some more more normal text.
Then some more more normal text.
À nouveau du texte normal.