Skip to content

[fuzz result] spurious inline HTML #847

@notriddle

Description

@notriddle

Events from pulldown-cmark:

"<\\!p>" -> [
  Start(Paragraph)
    InlineHtml(Borrowed("<\\!p>"))
  End(Paragraph)
]

Events from commonmark.js:

"<\\!p>" -> [
  Start(Paragraph)
    Text(Boxed("<!p>"))
  End(Paragraph)
]

commonmark.js is in the right here. It matches most other implementations, and the inline tag grammar doesn't seem to allow this.

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