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.
Je kunt ook een genummerde lijst maken door "1.", "2.", etc vooraan de regels te zetten. Om een genummerde lijst te maken moet je wel een punt direct na het cijfer zetten. -
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.
Let er ook hierbij op dat er een spatie achter het "bullet" teken en de rest van de tekst staat en dat er een lege regel boven en onder de lijst staat, anders werkt het niet. -
This is how to create a bulleted list:
This is how to create a bulleted list:
Zo maak je een bullet lijst: -
item one;
item one;
onderdeel een; -
item two;
item two;
onderdeel twee; -
item three.
item three.
onderdeel drie. -
This will become another bulleted list:
This will become another bulleted list:
Dit wordt een andere bulletlijst: -
And this will be a numbered list:
And this will be a numbered list:
En dit wordt een genummerde lijst: -
Code blocks
Code blocks
Codeblokken -
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.
Als je een ontwikkelaar bent, dan zou je misschien wel eens een codeblok willen gebruiken. On dat te doen begin je de tekst met vier achterwaartse accentjes (` ` ` ` ). Om het codeblok af te sluiten doen je dat opnieuw. -
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.
Je kunt dat ook doen door elk van je regels code vooraf te laten gaan door vier spaties. Met extra spaties wordt verder ingesprongen. -
This is a line of normal text.
This is a line of normal text.
Dit is een normale tekstregel. -
this will be a code block
this will be a code block
dit wordt een codeblok -
Then some more more normal text.
Then some more more normal text.
Dan nog wat normale tekst. -
More code in this block,
More code in this block,
en meer code in een codeblok -
and a line of code indented by two spaces
and a line of code indented by two spaces
een regel code die inspringt met twee spaties -
Horizontal line
Horizontal line
Horizontale lijn -
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.
Om een horizontale lijn te maken gebruik je minimaal drie - - -, _ _ _ of * * * op een afzonderlijke regel. Meer dan drie tekens, of spaties ertussen, maakt voor de functie niet uit. -
A line of text above the horizontal rule.
A line of text above the horizontal rule.
Er staat een horizontale lijn tussen deze regel en de volgende. -
The start of the next section of text.
The start of the next section of text.
En nu kun je met de volgende sectie van je tekst beginnen.