====== 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 ) {{:help:markdown_link.png?400|}} ---- === IMAGES === ![]() ![ image alt ]( image url ) {{:help:markdown_image.png?400|}} ---- === VIDEO === same as images, but a youtu.be url instead of image e.g. ![](https://youtu.be/3maKn4ttH6s) {{:help:markdown_embed.png?400|}} ---- Headers: # and space e.g: # 1 ## 2 ### 3 {{:help:markdown_header.png?400|}} ----