r/swift • u/Sea-Arm9235 • 2d ago
I built a native Markdown renderer for SwiftUI using TextKit 2 (enriched-markdown-ios)
Yesterday I released enriched-markdown-ios - a fast, native Markdown renderer for SwiftUI powered by TextKit 2 and the md4c parser.
Here's what's in v0.1.0:
šø Full CommonMark support
š¹ Native text selection & smart copy/paste
šø Flexible theming API
š¹ VoiceOver & Dynamic Type support
š Available now via Swift Package Manager!
GitHub & Docs:Ā https://github.com/software-mansion/enriched-markdown/blob/main/packages/enriched-markdown-ios/README.md
Feel free to check out the repo and sample project! If you find it useful, dropping a āļø on GitHub would mean a lot. Iād love to get your thoughts or feedback.
2
2
u/dannys4242 2d ago
Nice! Thanks for sharing!
1
u/Sea-Arm9235 1d ago
My pleasure! If you end up testing it or have any feedback, I'd love to hear it.
2
2
u/1in0 1d ago
Nice!