This website is using a modified version of markdown for posts and comments. Some regular features are not supported, while other features are added.
Markdown in useful to add style to the text.
For example here is a text that I will write in the editor:
# Header
Some nomral text. *Some italic text.* More normal text.
## Second level header
Text with some **bold characters**. A [link to wikipedia.](https://wikipedia.org)
A separation line:
___________________________
And an image:![Which even has an alt text](/icon/image)
or I can even nest an image into a link:[![icon](/icon/link)](https://wikipedia.org)
> And of course a quote.
And this is what this text will look like in the page:
Big Buck Bunny:![video](https://upload.wikimedia.org/wikipedia/commons/transcoded/c/c0/Big_Buck_Bunny_4K.webm/Big_Buck_Bunny_4K.webm.720p.vp9.webm)
The Free Software Song:![audio](https://www.gnu.org/music/FreeSWSong.ogg)