Closed Mx-Iris closed 1 year ago
This is a known issue. Both packages use the cmark-gfm
library to parse Markdown. A possible solution would be to adopt swift-markdown
to parse the Markdown content instead of using cmark-gfm
directly. Unfortunately, swift-markdown
doesn't follow a semantic versioning strategy like swift-markdown-ui
. We would need to depend on the main
branch to use it, which would disable semantic versioning in swift-markdown-ui
(package resolution fails if you require a package version that depends on an unversioned package).
I am closing this issue as it fits better in the Discussions section. If you want to follow up on this, please open a new discussion.
What should I do if I want to use both packages for my project ?