Skip to content

[fuzz result] URL with deeply nested parens in link def #853

@notriddle

Description

@notriddle

The reference implementation sees a link here, but pulldown-cmark sees two paragraphs.

[linky]

[linky]: ((()))

linky

Yes, it has to be three parens. Two parens works fine.

Details

Events from pulldown-cmark:

"[~]:([(()))" -> [
  Start(Paragraph)
    Text(Boxed("[~]:([(()))"))
  End(Paragraph)
]

Events from commonmark.js:

"[~]:([(()))" -> [
]

XML from commonmark.js:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document SYSTEM "CommonMark.dtd">
<document xmlns="http://commonmark.org/xml/1.0">
</document>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions