Fuzzing result
Events from pulldown-cmark:
";\n*\n%\n" -> [
Start(Paragraph)
Text(Borrowed(";"))
End(Paragraph)
Start(List(None))
Start(Item)
End(Item)
End(List(false))
Start(Paragraph)
Text(Borrowed("%"))
End(Paragraph)
]
Events from pandoc:
";\n*\n%\n" -> [
Start(Paragraph)
Text(Boxed(";"))
SoftBreak
Text(Boxed("*"))
SoftBreak
Text(Boxed("%"))
End(Paragraph)
]
Events from commonmark.js:
";\n*\n%\n" -> [
Start(Paragraph)
Text(Boxed(";"))
SoftBreak
Text(Boxed("*"))
SoftBreak
Text(Boxed("%"))
End(Paragraph)
]