This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| help_markdown [2022/07/22 12:35] – peyo | help_markdown [2022/07/25 15:52] (current) – removed peyo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Markdown guide | ||
| - | |||
| - | wip | ||
| - | |||
| - | you can use markdown in comments | ||
| - | |||
| - | not all of them are supported | ||
| - | |||
| - | |||
| - | Links: | ||
| - | |||
| - | []() | ||
| - | |||
| - | [ link text ]( url ) | ||
| - | |||
| - | (note: url with | ||
| - | |||
| - | Images: | ||
| - | |||
| - | ![]() | ||
| - | |||
| - |  | ||
| - | |||
| - | Headers: | ||
| - | # and space e.g: | ||
| - | |||
| - | # 1 | ||
| - | ## 2 | ||
| - | ### 3 | ||
| - | |||