Skip to content

[fuzz result] Rule cannot appear nested within emphasis span #878

@notriddle

Description

@notriddle

Events from pulldown-cmark:

"* _\n_**\n  ___\n  ^_" -> [
  Start(List(None))
    Start(Item)
      Text(Boxed("_"))
      SoftBreak
      Start(Emphasis)
        Text(Boxed("**"))
        Rule
        Text(Borrowed("^"))
      End(Emphasis)
    End(Item)
  End(List(false))
]

Events from commonmark.js:

"* _\n_**\n  ___\n  ^_" -> [
  Start(List(None))
    Start(Item)
      Text(Boxed("_"))
      SoftBreak
      Text(Boxed("_**"))
      Rule
      Text(Boxed("^_"))
    End(Item)
  End(List(false))
]

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