Skip to content

Escapes in inline links #51

@hellux

Description

@hellux

Reference implementation allows escaping with \ in inline URLs, e.g. from one of its unit tests:

*[closed](hello\*)
<p>*<a href="hello*">closed</a></p>

jotdown currently does not:

<p>*<a href="hello\*">closed</a></p>

also useful for e.g. URLs with parenthesis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions