Markdown guide

With the help of markdowns you can add images and links to your comments.
Markdown is a very basic script language that anyone can learn!
The site supports a limited set of basic but neccesary functions.


[]()

[ link text ]( url )


IMAGES

![]()

![ image alt ]( image url )


VIDEO

same as images, but a youtu.be url instead of image e.g. ![](https://youtu.be/3maKn4ttH6s)


Headers: # and space e.g:

# 1 ## 2 ### 3