Why
- editors typing program code into wikicode pages often want to escape that code, since typing HTML code is common, and the wikipage parser renders a lot of HTML elements
- the current way of escaping, typing <code><nowiki></nowiki></code> or <syntaxhighlight inline></syntaxhighlight>, is both common and laborious (lots of keystrokes)
What
- change the parser to treat <code></code> tags as automatically nowiki on the inside
Notes