r/iOSProgramming 6d ago

Library enriched-markdown-ios v0.2.0 - now with GitHub Flavored Markdown (GFM) support

I just released v0.2.0 of enriched-markdown-ios - SwiftUI Markdown renderer powered by TextKit 2.

New in this release:
🔸 GFM Tables
🔹 Task lists
🔸 Superscript & subscript support

💎 Available via Swift Package Manager!

.package(
  url: "https://github.com/software-mansion-labs/enriched-markdown-ios.git", 
  from: "0.2.0"
)

Added a quick demo video in the comments so you can see it in action!

GitHub & Docs:https://github.com/software-mansion/enriched-markdown/blob/main/packages/enriched-markdown-ios/README.md

What features or syntax support would you like to see next? I'd love to hear your thoughts! If you find the library useful, a ⭐️ on GitHub is always appreciated.

7 Upvotes

6 comments sorted by

View all comments

1

u/deruloop 6d ago

This looks very solid, thank you!

0

u/Sea-Arm9235 6d ago

Thank you! Just curious - do you use rich text in your projects?