Diaspora/Website
-
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___ -
You must of course match the number of asterisks/underscores either side of words for the formatting to work. Typing “I want to display this as a **bold* word” won’t display the word in bold.
You must of course match the number of asterisks/underscores either side of words for the formatting to work. Typing “I want to display this as a **bold* word” won’t display the word in bold.
Bien sûr, vous devez avoir un nombre égal d'astérisques/tirets bas de part et d'autre des mots pour que le formatage fonctionne. Taper "Je veux afficher ceci comme un mot en **gras* " n'affichera pas le mot en gras. -
Inline links
Inline links
Liens intégrés -
To create an %{inline_link}, use the following code:
To create an %{inline_link}, use the following code:
Pour créer un %{inline_link}, utilisez le code suivant :