Diaspora/Website
-
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. -
More code in this block,
More code in this block,
et encore un peu de code -
and a line of code indented by two spaces
and a line of code indented by two spaces
une ligne de code indentée par deux espaces -
Horizontal line
Horizontal line
Ligne horizontale -
To create a horizontal line, use at least three - - -, _ _ _ or * * * on a separate line. Any number above three will do the same thing and spaces between the characters do not matter.
To create a horizontal line, use at least three - - -, _ _ _ or * * * on a separate line. Any number above three will do the same thing and spaces between the characters do not matter.
Pour créer une ligne horizontale, utilisez au moins trois ---, ___ ou *** sur une ligne à part. N'importe quel nombre au-delà de trois aura le même résultat et les espaces entre les caractères n'ont pas d'importance. -
A line of text above the horizontal rule.
A line of text above the horizontal rule.
Il y aura une ligne horizontale entre cette ligne de texte et la suivante. -
The start of the next section of text.
The start of the next section of text.
Maintenant vous pouvez démarrer la prochaine section de votre texte. -
Italics and bold
Italics and bold
Italique et gras -
Place either asterisks or underscores either side of a word or words to make them italic, bold or bold italic.
Place either asterisks or underscores either side of a word or words to make them italic, bold or bold italic.
Placez soit des astérisques soit des tirets-bas (underscores) de chaque côté d'un ou plusieurs mots pour les mettre en italique, gras ou gras-italique. -
<em>Italics</em>: *word* or _word_
<em>
Italics</em>
: *word* or _word_<em>
Italiques</em>
: *mot* ou _mot_ -
<strong>Bold</strong>: **word** or __word__
<strong>
Bold</strong>
: **word** or __word__<strong>
Gras</strong>
: **mot** ou __mot__ -
<strong><em>Bold italics</em></strong>: ***word*** or ___word___
<strong><em>
Bold italics</em></strong>
: ***word*** or ___word___<strong><em>
Gras italique</em></strong>
: ***mot*** ou ___mot___