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.
LINKS
[]()
[ link text ]( url )
IMAGES
![]()

VIDEO
same as images, but a youtu.be url instead of image
e.g.

Headers: # and space e.g:
# 1 ## 2 ### 3