Skip to content

Inline links misparsed if surrounded by angle brackets #139

@miniBill

Description

@miniBill

Links in the form

[Test](<http://example.org>)

That should be rendered as:

<p><a href="http://example.org">Test</a></p>

Get rendered instead as:

<p><a href="http://example.org">Test<a href="http://example.org">http://example.org</a></a></p>

See #138 for a minimal testcase

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions