What is Markdownosaur and when should I use it?
mainMarkdownosaur is a lightweight library that uses Apple's swift-markdown library to convert Markdown source into an NSAttributedString for display on iOS, iPadOS, or macOS.
When to use it instead of the native iOS 15+ NSAttributedString Markdown initializer:
- When you need increased flexibility in styling the resulting
NSAttributedString. - When you need support for Markdown elements like tables (requires custom integration).
- When you need to support iOS versions earlier than iOS 15.