bmoliveira / MarkdownKit

A simple and customizable Markdown Parser for Swift
MIT License
783 stars 136 forks source link

Bad parsing result #98

Open mathist opened 3 years ago

mathist commented 3 years ago

If I try to parse: "``Why did the scarecrow win an award? Because he was outstanding in his field.``" The resulted string value is "뻊"

If I add a space at the beginning and pass in: " ``Why did the scarecrow win an award? Because he was outstanding in his field.``"

Then it parses properly.