MarkdownKit
MarkdownKit copied to clipboard
A simple and customizable Markdown Parser for Swift
Reproducible for the case when text has mixed text-decoration style with custom markdown element. In my case. I have the custom element that not supports by markdown be default -...
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**...
Allows the library to be dynamically linked.
 I hope the library support checklist and support check and uncheck button
Do you have example to use in Swiftui?
Parsing new lines inside 3 ticks ( ``` ) is returning with a weird format. It'll show a tick at the beginning and the end, and the content will format...
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...
I didn't see any right-to-left support, so I implemented a custom element if it helps anyone: https://gist.github.com/joshkopecek/11e3f27f0969b4155ccbe0562e5c7cd6
Our app relies on `MarkdownKit` for parsing and formatting articles, some of which containing links. Through crash reports, we learned that some of our users are experiencing crashes in `MarkdownLink`'s...