User Tools

Site Tools


help:markdown

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
help:markdown [2022/07/25 15:52] – created peyohelp:markdown [2022/07/25 16:06] (current) peyo
Line 1: Line 1:
 ====== Markdown guide ====== ====== 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.
 +<nowiki> ![](https://youtu.be/3maKn4ttH6s)  </nowiki>
 +
 +
 +{{:help:markdown_embed.png?400|}}
 +
 +
 +----
 +
 +Headers: # and space e.g:
 +
 +# 1 ## 2 ### 3
 +
 +{{:help:markdown_header.png?400|}}
 +
 +----
help/markdown.1658757149.txt.gz · Last modified: 2022/07/25 15:52 by peyo