gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.25k stars 268 forks source link

[Feature Request] Make detected links tappable #100

Closed mralexhay closed 1 year ago

mralexhay commented 2 years ago

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

For example it would be great in this image if the image URL was tappable.

Thanks!

gonzalezreal commented 2 years ago

Hi @mralexhay,

Sorry for the late response. That feature is part of the GitHub Flavored Markdown Spec, and MarkdownUI supports the CommonMark Spec. That is a major change and, at the moment, I have no plans to do it.

gonzalezreal commented 1 year ago

Solved in MarkdownUI 2: https://github.com/gonzalezreal/swift-markdown-ui/releases/tag/2.0.0