gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.53k stars 318 forks source link

Replace embedded `cmark-gfm` by `swift-cmark` #348

Closed gonzalezreal closed 3 weeks ago

gonzalezreal commented 3 weeks ago

Now that swift-cmark uses semantic versioning, we can leverage this package and remove the embedded cmark-gfm target. This makes possible to use MarkdownUI together with swiftlang/swift-markdown, as requested in #306.