Diaspora/Website
-
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 -
and a line of code indented by two spaces
and a line of code indented by two spaces
eine Zeile Code, eingerückt mit Hilfe zweier Leerzeichen -
Horizontal line
Horizontal line
Horizontale Linie -
To create a horizontal line, use at least three - - -, _ _ _ or * * * on a separate line. Any number above three will do the same thing and spaces between the characters do not matter.
To create a horizontal line, use at least three - - -, _ _ _ or * * * on a separate line. Any number above three will do the same thing and spaces between the characters do not matter.
Um eine horizontale Linie zu erzeugen, benutze mindestens drei - - -, _ _ _ oder * * * innerhalb einer separaten Zeile. Jede Zahl oberhalb von drei Zeichen wird das Gleiche bewirken, und Leerzeichen zwischen den einzelnen Zeichen spielen keine Rolle. -
A line of text above the horizontal rule.
A line of text above the horizontal rule.
Eine Textzeile über einer horizontale Trennlinie. -
The start of the next section of text.
The start of the next section of text.
Der Beginn des nächsten Textabschnitts.