Inline Code in DokuWiki

14.4k Views Asked by At

I'm looking for a way to include code as part of a paragraph in DokuWiki like I can by adding backtick escapes in StackOverflow like _so_. Simply adding <code>bla</code> puts code on it's own line.

2

There are 2 best solutions below

3
On BEST ANSWER

You probably want to use ''%%here is code%%''. This formats it in monospace ('') and prevents any interpretion of possible wiki markup (%%).

2
On

I was able to find an answer to my own question. Add quotes around the in-text code ''like this''. Simple, short, and works great.