swift-markdown-ui
swift-markdown-ui copied to clipboard
Display and customize Markdown text in SwiftUI
I'd like to be able to customise links (font, color, ...) how can I do this? `MarkdownStyle` doesn't seem to allow it.
not support `backquote` seems it drop the ``` ` ` ``` , but not rendering anything different
Apple now has a Swift markdown package of its own: https://github.com/apple/swift-markdown It's based on cmark as well. There are two main issues: 1. If an app depends both on that...
This is brilliant, thanks for making it. The only small thing I'm missing vs Apple's (inferior!) native markdown support is having links detected in the text (that aren't marked up)...
The release notes for 1.0.0 include “Added: Make text not selectable on iOS” but I have some text that I'd like to be selectable. Is this possible? I couldn't figure...
Here are a couple of enhancements that have been an issue while using MarkdownUI. * Add a feature to provide more control over the font used for headers * Add...
This library will become much more powerful if it adds support for user-defined custom syntaxes (inline syntax). To define these syntaxes, the developer will: 1. specify a list of Regular...
Hi there, thank you for making this. I've noticed it doesn't appear to work with Localization. The strings aren't read in the **Localizable.strings** files since they're not `Text()` but rather...
Hi, First of all, thanks very much for the great library! WatchOS support would be very helpful for us - do you have any plans to support WatchOS in the...