Skip to content

Add support for <nowiki> #699

Open
Open
@Jermolene

Description

@Jermolene

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
"""

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions