Inline Code in DokuWiki
问题 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. 回答1: You probably want to use ''%%here is code%%'' . This formats it in monospace ( '' ) and prevents any interpretion of possible wiki markup ( %% ). 回答2: 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. 来源: https: