MarkdownKit icon indicating copy to clipboard operation
MarkdownKit copied to clipboard

A simple and customizable Markdown Parser for Swift

Results 36 MarkdownKit issues
Sort by recently updated
recently updated
newest added

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.

![IMG_950C92258DF2-1](https://user-images.githubusercontent.com/51524705/141984941-36573bd1-1826-48a0-86cb-02741e53ae43.jpeg) 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...