Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:markdown [2022/11/27 10:48] – created 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 | ||
| - | |||
| - | ## Dokuwiki Elements | ||
| - | |||
| - | We can still use dokuwiki plugins / special controls when needed by using a code fence block labled with the `dokuwiki` name | ||
| - | |||
| - | ~~~ | ||
| - | ```dokuwiki | ||
| - | # Dokuwiki syntax goes here | ||
| - | ``` | ||
| - | ~~~ | ||
| - | |||
| - | ### Fixme | ||
| - | |||
| - | One of the inbuilt controls that still works without any code fences is the Fixme label. | ||
| - | If we write the text `FIXME` in all capitals the end result is FIXME | ||
| - | |||
| - | |||
| - | ### Wrap | ||
| - | |||
| - | FIXME | ||