Diaspora/Website
-
Half as big as the one above
Half as big as the one above
Halb so groß wie die obere -
Twice the size of normal text
Twice the size of normal text
Doppelt so groß wie normaler 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.
Achte darauf, jeweils ein Leerzeichen zwischen der Raute und der Überschrift zu belassen, damit daraus kein #Schlagwort (#Tag) wird. Die Überschrift endet mit einem Zeilenumbruch (Return). -
Lists
Lists
Listen -
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.
Um eine unsortierte Auflistung zu erzeugen, setze ein * (Stern), + (Plus) oder - (Minus), vor jeden Teil der Auflistung. -
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.
Es ist ebenfalls möglich, nummerierte Listen zu erstellen, indem man den Listeninhalten „1.“, „2.“, usw. voranstellt. Um auf diese Weise eine nummerierte Liste zu erzeugen, müssen die Zahlen einen nachgestellten Punkt haben. -
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.
Noch einmal: Lasse ein Leerzeichen zwischen dem Aufzählungszeichen und dem Text in jeder Zeile, und füge eine Leerzeile zwischen der Liste und jedem vorherigen/nachfolgenden Text ein – sonst wird es nicht funktionieren. -
This is how to create a bulleted list:
This is how to create a bulleted list:
So erstellt man eine Aufzählungsliste: -
item one;
item one;
Eintrag eins; -
item two;
item two;
Eintrag zwei; -
item three.
item three.
Eintrag drei. -
This will become another bulleted list:
This will become another bulleted list:
Dies wird eine weitere Aufzählungsliste: -
And this will be a numbered list:
And this will be a numbered list:
Und dies wird eine nummerierte Liste: -
Code blocks
Code blocks
Code-Blöcke -
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.
Wenn du Entwickler bist, könntest du an Code-Blöcken interessiert sein. Um einen Code-Block zu erzeugen, stelle deinem Text/code vier Backticks ( ` ` ` ` ) voran. Schließe den Code-Block mit weiteren vier Backticks, damit du zu normalem Text zurückkehrst. -
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.
Es ist auch möglich Code innerhalb einer Zeile anzuzeigen, indem man Anfang und Ende eines Codeschnipsels jeweils mit einem einzelnen Backtick markiert. -
This is a line of normal text.
This is a line of normal text.
Dies ist eine Zeile mit normalem Text. -
this will be a code block
this will be a code block
dies wird ein Code-Block -
Then some more more normal text.
Then some more more normal text.
Dann etwas mehr normalen Text. -
More code in this block,
More code in this block,
und dann ein bisschen mehr Code