bmoliveira / MarkdownKit

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

Fails to parse markdown starting or ending with a whitespace #107

Open theedov opened 2 years ago

theedov commented 2 years ago

The parser fails to parse this string:**Kids ** has arrived at **UAT Test**

Expected result: Kids has arrived at Test

Actual result: Kids has arrived at UAT Test

Version 1.7.1 used