Diaspora/Website
-
Italics and bold
Italics and bold
Kurzíva a tučné písmo -
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.
Hvězdičky nebo podtržítka umístěte po obou stranách slova nebo slov, abyste je označili jako kurzívu, tučné písmo nebo tučnou kurzívu. -
<em>Italics</em>: *word* or _word_
<em>
Italics</em>
: *word* or _word_<em>
kurzíva</em>
: *slovo* nebo _slovo_ -
<strong>Bold</strong>: **word** or __word__
<strong>
Bold</strong>
: **word** or __word__<strong>
Tučné</strong>
: ***word*** or __word__ -
<strong><em>Bold italics</em></strong>: ***word*** or ___word___
<strong><em>
Bold italics</em></strong>
: ***word*** or ___word___<strong><em>
Tučná kurzíva</em></strong>
: ***word*** or __word__ -
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.
Aby formátování fungovalo, musíte samozřejmě dodržet počet hvězdiček/podtržítek na obou stranách slov. Pokud zadáte "Chci to zobrazit jako **tučné* slovo", slovo se tučně nezobrazí. -
Inline links
Inline links
Odkazy v řádku -
To create an %{inline_link}, use the following code:
To create an %{inline_link}, use the following code:
Chcete-li vytvořit %{inline_link}, použijte následující kód: -
[displayed text here](http://link.address.here "alt text")
[displayed text here](http://link.address.here "alt text")
[zde zobrazený text](http://link.address.here "alt text") -
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.
Text "alt" je nepovinný a zobrazuje se jako nápověda při najetí kurzoru na odkaz. -
inline link
inline link
odkaz v řádku -
Images
Images
Obrázky -
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:
Chcete-li do příspěvku, komentáře nebo soukromé zprávy přidat externí obrázky, použijte stejný kód jako pro odkaz, ale s vykřičníkem na začátku: -
![Alt text](http://website.com/image.jpg "optional title")
![Alt text](http://website.com/image.jpg "optional title")
![Alt text](http://website.com/image.jpg "nepovinný název") -
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.Aby tato funkce fungovala, je nutné zadat přímý odkaz na platný soubor s obrázkem,<em>
nikoli</em>
na webovou stránku s obrázkem nebo obrázky. -
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.
Alternativní text v hranatých závorkách se zobrazí, pokud obrázek nelze načíst, a volitelný název se zobrazí jako nápověda při najetí kurzoru na obrázek; obojí je užitečné, ale není to nezbytné. -
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
Pokud chcete, aby vaše zpráva obsahovala znak, který se používá i v kódování Markdown, můžete zabránit jeho čtení v Markdown jako formátovacího kódu tím, že jej "escapujete". To provedete tak, že před znak umístíte zpětné lomítko ( \ ). Například při zadání -
this \_ is an underscore
this \_ is an underscore
toto \_ je podtržítko -
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.
zabrání tomu, aby Markdown četl podtržítko jako kód Markdown, a umožní diaspoře* zobrazit podtržítko namísto vytvoření textu kurzívou. -
You can, however, type “diaspora*” or “D*” without the asterisk being interpreted as a formatting code!
You can, however, type “diaspora*” or “D*” without the asterisk being interpreted as a formatting code!
Můžete však napsat "diaspora*" nebo "D*", aniž by byla hvězdička interpretována jako formátovací kód!