MarkdownKit icon indicating copy to clipboard operation
MarkdownKit copied to clipboard

Fancy Markdown input with TextKit powered by CommonMark

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

The following inputs create an assertion failure at https://github.com/soffes/MarkdownKit/blob/769ec26ac46fe9cd249c1fd6133b225102efa7ed/Sources/MarkdownKitObjC/BaseTextStorage.m#L27 ``` This one has a [line break]. [line break]: /foo ``` ``` * List item _ending_ with _emphasis_. * List item...