This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| help:markdown [2022/07/25 15:52] – created peyo | help: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 ) | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | === IMAGES === | ||
| + | |||
| + | |||
| + | ![]() | ||
| + | |||
| + |  | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | === VIDEO === | ||
| + | |||
| + | same as images, but a youtu.be url instead of image | ||
| + | e.g. | ||
| + | < | ||
| + | |||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | Headers: # and space e.g: | ||
| + | |||
| + | # 1 ## 2 ### 3 | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ---- | ||