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. -
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. -
Horizontal line
Horizontal line
Ligne horizontale -
Italics and bold
Italics and bold
Italique et gras -
<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___ -
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 : -
[displayed text here](http://link.address.here "alt text")
[displayed text here](http://link.address.here "alt text")
[Texte à afficher](http://link.address.here "texte alternatif") -
The “alt text” is optional, and is displayed as a tool-tip when the cursor is moved over the link.
The “alt text” is optional, and is displayed as a tool-tip when the cursor is moved over the link.
Le "texte alternatif" est facultatif et affiché lorsque la souris survole le lien. -
Images
Images
Images -
To add external images to your post, comment or private message, use the same code as for a link, but with an exclamation point at the front:
To add external images to your post, comment or private message, use the same code as for a link, but with an exclamation point at the front:
Pour ajouter des images externes à vos messages, commentaires ou messages privés, utilisez le même code que pour un lien mais avec un point d'exclamation devant : -
![Alt text](http://website.com/image.jpg "optional title")
![Alt text](http://website.com/image.jpg "optional title")
![Texte alternatif](http://siteweb.com/image.jpg "titre facultatif")