Diaspora/Website
-
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 : -
[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. -
inline link
inline link
lien intégré -
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") -
For this to work, you must provide a direct link to a valid image file, <em>not</em> to a web page with an image or images on it.
For this to work, you must provide a direct link to a valid image file,
<em>
not</em>
to a web page with an image or images on it.Pour que cela fonctionne, vous devez fournir un lien direct et valide vers une image,<em>
pas</em>
vers une page web contenant une ou plusieurs images. -
The alternative text in the square brackets is displayed if the image cannot be loaded, and the optional title is displayed as a tool-tip when the cursor is moved over the image; both are useful but not essential.
The alternative text in the square brackets is displayed if the image cannot be loaded, and the optional title is displayed as a tool-tip when the cursor is moved over the image; both are useful but not essential.
Le texte alternatif entre crochets est affiché si l'image ne peut pas être chargée et le titre optionnel est affiché lorsque la souris survole l'image ; les deux sont utiles mais pas essentiels. -
If you want your message to include a character which is also used in Markdown coding, you can prevent it from being read by Markdown as a formatting code by “escaping” it. To do this, place a backslash ( \ ) in front of the character. For example, typing
If you want your message to include a character which is also used in Markdown coding, you can prevent it from being read by Markdown as a formatting code by “escaping” it. To do this, place a backslash ( \ ) in front of the character. For example, typing
Si vous voulez inclure dans votre message un caractère aussi utilisé dans le codage Markdown, vous pouvez empêcher qu'il soit interprété en l'"échappant". Pour cela, placez un backslash (\) devant le caractère. Par exemple, tapez -
this \_ is an underscore
this \_ is an underscore
ceci \_ est un tiret bas (underscore) -
prevents Markdown from reading the underscore as a Markdown code and allows diaspora* to display the underscore rather than creating italic text.
prevents Markdown from reading the underscore as a Markdown code and allows diaspora* to display the underscore rather than creating italic text.
empêche Markdown d'interpréter le tiret bas (underscore) comme un code de formatage et permet à diaspora* d'afficher le tiret bas plutôt qu'un texte en italique.