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.
Inline Code in DokuWiki
14.4k Views Asked by Alan Turing At
2
You probably want to use
''%%here is code%%''
. This formats it in monospace (''
) and prevents any interpretion of possible wiki markup (%%
).