Diaspora/Website
-
You can add first-, second- and third-level headings to your message by placing a hash symbol (#) at the start of a line, as follows:
You can add first-, second- and third-level headings to your message by placing a hash symbol (#) at the start of a line, as follows:
Nadpisy první, druhé a třetí úrovně můžete do zprávy přidat umístěním symbolu hash (#) na začátek řádku, a to následujícím způsobem: -
An extremely large header
An extremely large header
Extrémně velké záhlaví -
Half as big as the one above
Half as big as the one above
O polovinu větší než výše uvedený -
Twice the size of normal text
Twice the size of normal text
Dvakrát větší než běžný text -
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
Nezapomeňte mezi hashe a textem nechat mezeru, abyste se vyhnuli vytvoření #štítku místo nadpisu. Nadpis skončí, jakmile stisknete klávesu enter a přejdete na další řádek. -
Lists
Lists
Seznamy -
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
Chcete-li vytvořit seznam s odrážkami, umístěte před každý řádek, který má být součástí seznamu, *, + nebo -. -
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
Je také možné vytvářet číslované seznamy tak, že před položky seznamu umístíte "1.", "2." apod. Chcete-li vytvořit číslovaný seznam, musí být za čísly tečky/úplné tečky. -
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
Opět dbejte na to, aby mezi znakem "odrážky" a textem na každém řádku byla mezera a aby mezi seznamem a předchozím/následujícím textem byla mezera, jinak to nebude fungovat. -
This is how to create a bulleted list:
This is how to create a bulleted list:
Takto se vytváří seznam s odrážkami: -
item one;
item one;
položka jedna; -
item two;
item two;
položka dvě; -
item three.
item three.
položka tři; -
This will become another bulleted list:
This will become another bulleted list:
To se stane dalším seznamem s odrážkami: -
And this will be a numbered list:
And this will be a numbered list:
A toto bude číslovaný seznam: -
Code blocks
Code blocks
Bloky kódu -
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.
Pokud jste vývojář, možná vás zajímají bloky kódu. Blok kódu vytvoříte tak, že text/kód začnete čtyřmi zpětnými znaky ( ` ` ` ` ). Chcete-li se vrátit k normálnímu textu, uzavřete blok kódu dalšími čtyřmi. -
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.
Kód je možné zobrazit také v řádku, a to tak, že začátek a konec úryvku označíte jedním zpětným znakem. -
This is a line of normal text.
This is a line of normal text.
Toto je řádek běžného textu. -
this will be a code block
this will be a code block
toto bude blok kódu