jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
660 stars 96 forks source link

request to highlight "bare" links #184

Open MareoRaft opened 5 years ago

MareoRaft commented 5 years ago

This is a feature request. If somebody types a "bare" link in their markdown, such as

http://google.com

can we have it highlighted, even though it's not

[](http://google.com)

? I think this is reasonable because this project is for GitHub Flavored Markdown, and in github a markdown file with a bare link will make the link clickable in the browser, just like a wrapped link. (for example, http://google.com and wrapped.)

Thanks for the great plugin! -Matt

jonschlinkert commented 5 years ago

I would consider a PR, but I won't be adding this personally.

tomhundt commented 3 years ago

A workaround is to enclose it in angle brackets: <https://example.com>