Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| wiki:markdown [2022/11/27 11:14] – ric | wiki:markdown [2022/11/29 06:43] (current) – removed ric | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # Markdown Syntax | ||
| - | |||
| - | The way this wiki is setup at the moment is an instance of dokuwiki. | ||
| - | However there is a plugin installed called CommonMark, this changes the used syntax to be markdown instead of the native dokuwiki syntax | ||
| - | |||
| - | ## Markdown syntax | ||
| - | |||
| - | FIXME | ||
| - | |||
| - | ## New lines | ||
| - | |||
| - | By default if you place one line of text directly below another one. | ||
| - | Then both will be joined together without a newline but with a space such as this paragraph. | ||
| - | |||
| - | To force a newline add a double space at the end of the line ` ` | ||
| - | This will force the newline at the end of a line within a paragraph | ||