**This is an old revision of the document!**
Wiki 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
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
Wrap