You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spent some time discovering this issue. I think your request is to add support for extended version of auto-link.
I put some breakpoints in gonzalezreal's work to find out how his package works. As a result, the cmark-gfw he used in the package natively support this behavior.
Unfortunately, my package is based on swift-markdown which relies on swift-cmark. Seems like it doesn't support this extended behavior.
It may possible to implement some extra logic to extract URLs from text, but it's big work and may become buggy.
I will open an issue to see if swift-markdown will support this extended behavior.
You can check out this test webpage. The official CommonMark does not include this syntax.
The feature you want to get in MarkdownView
Detect raw URLs and make them clickable.
Describe that feature in detail
Currently raw URLs (e.g. https://google.com) are not clickable in MarkdownView.
I believe this feature is supported in https://github.com/gonzalezreal/swift-markdown-ui, but not this repo. It would be nice to support that.
The text was updated successfully, but these errors were encountered: