Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:dokusyntax [2022/11/27 10:55] – created ric | wiki:dokusyntax [2022/11/29 06:41] (current) – removed ric | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # Dokuwiki Specific Controls | ||
| - | The pages are set to render everything inside as markdown by default using the CommonMark plugin. | ||
| - | There is a way to specify native dokuwiki syntax as well though within the markdown. | ||
| - | This means we can use markdown as a default but also add in any special plugin controls as well as a bonus. | ||
| - | |||
| - | To render native dokuwiki syntax we need to use a code fence block labled with the `dokuwiki` name | ||
| - | Some controls / plugins don't require this depending on how they' | ||
| - | |||
| - | ~~~ | ||
| - | ```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 | ||