Skip to content

[fuzz result] misparse on single-line header with backslash #819

@notriddle

Description

@notriddle

Events from pulldown-cmark:

"# \\\n\n\n" -> [
  Start(Heading { level: H1, id: None, classes: [], attrs: [] })
  End(Heading(H1))
]

Events from pandoc:

"# \\\n\n\n" -> [
  Start(Heading { level: H1, id: None, classes: [], attrs: [] })
    Text(Boxed("\\"))
  End(Heading(H1))
]

Events from commonmark.js:

"# \\\n\n\n" -> [
  Start(Heading { level: H1, id: None, classes: [], attrs: [] })
    Text(Boxed("\\"))
  End(Heading(H1))
]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions