swift-markdown-ui icon indicating copy to clipboard operation
swift-markdown-ui copied to clipboard

Display and customize Markdown text in SwiftUI

Results 40 swift-markdown-ui issues
Sort by recently updated
recently updated
newest added

I'd like to be able to customise links (font, color, ...) how can I do this? `MarkdownStyle` doesn't seem to allow it.

enhancement
question

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...

enhancement

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)...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

Hi, could you please support Carthage installation?

enhancement