Diaspora/Website
-
Half as big as the one above
Half as big as the one above
Half zo groot als de voorgaande -
Twice the size of normal text
Twice the size of normal text
Twee keer de grootte van normale tekst -
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.
Let erop dat je een spatie tussen de hekjes en jouw tekst laat staan om de hekjes van kopteksten niet te verwarren met #tags. De koptekst eindigt als je op de enter-knop drukt om naar de volgende regel te gaan. -
Lists
Lists
Lijsten -
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.
Om een lijst met bullets te maken zet je ofwel een *, of een - voor elke regel die deel van de lijst is. -
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