Skip to content

link text containing backtick code doesn't work for []::() #1209

@ericseppanen

Description

@ericseppanen

With Markdown 3.3.6, the following markdown link doesn't render properly (no output is generated):

[Hello `[T]::world()` link](https://example.com)

If I remove the inner right-bracket ] or the following colon :, or the open parenthesis (, then it does render something.

commonmark 0.9.1 is able to render this link as expected:

<a href="https://example.com">Hello <code>[T]::world()</code> link</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug report.confirmedConfirmed bug report or approved feature request.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions