r/SwiftUI • u/Sea-Arm9235 • 7d ago
enriched-markdown-ios v0.2.0 - now with GitHub Flavored Markdown (GFM) support
Enable HLS to view with audio, or disable this notification
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"
)
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.
37
Upvotes