Open
Description
There is currently no convenient way to write ordinary text without it being inadvertantly wikified. For example:
svn://example.com
__stdcall
The double slash is interpreted as the start of an italic run, and the double underscores are interpreted as the start of an underlined run.
We should add support for <nowiki>
which would enable:
<nowiki>
svn://example.com
__stdcall
</nowiki>
I am not keen on the <nowiki>
syntax because it misleadingly looks like an HTML element, but isn't treated as one.
One possibility might be to extend the current hardlinebreak syntax so that it also prevents wikification:
"""
svn://example.com
__stdcall
"""