CommonMark
CommonMark copied to clipboard
Create, parse, and render Markdown text according to the CommonMark specification
Hi! I'm looking into some memory leaks coming from `cmark` and was wondering if there was a simple explanation as to why `CommonMark` doesn't directly target `commonmark/cmark`? I have no...
Hey @mattt! What do you think about adding support for `NSAttributedString`?
We fixed a memory leak that existed for a long time, when we merged #22. Unfortunately, this introduced a new issue: When you create a document, we now mark it...