Improve link autodetection
See original GitHub issueCurrently for a link to be detected as such it has to start with http(s)://
or www.
, this is too simplistic. Please add TLDs to the link detection function.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Improve link autodetection · Issue #41 · JetBrains/markdown · GitHub
Currently for a link to be detected as such it has to start with http(s):// or www., this is too simplistic. Please add...
Read more >isAutomaticLinkDetectionEnabled - Apple Developer
Automatic link detection causes strings representing URLs typed in the view to be automatically made into links to those URLs.
Read more >Auto detecting links in a TextView in 60 seconds | by Mats Bauer
Auto detecting links in a TextView in 60 seconds. I will show you just how easy it is to auto-detect a link in...
Read more >auto detect link flutter - Stack Overflow
the problem is the text widget on flutter can't detect it. How do I make the link in the text detectable and clickable?...
Read more >Improve URL-detection linking and formatting - General Feature ...
It would be nice if the EverNote team could improve it's URL detection code to better auto-detect only valid URLs. For example, this...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve introduced SFM (space flavoured markdown) with proposed changes. A couple of coutry codes were still removed (e.g.
.sh
) because bash files occur in text quite frequently.Will update MPP branch a little bit later.
Force pushed
kotlin-js-clean