atom / markdown-preview

📝 Markdown preview in Atom
MIT License
1.23k stars 357 forks source link

Unicode literals break hyperlink highlighting #553

Closed mcandre closed 5 years ago

mcandre commented 5 years ago

Vagrant has some URL's featuring Unicode literals:

https://app.vagrantup.com/boxes/search?utf8=✓&q=mcandre%2Fvagrant-dlang

However, when I paste the URL into a Markdown file, markdown-preview stops highlighting the URL before the checkmark.

rsese commented 5 years ago

Thanks for the report! URL highlighting doesn't stop for me in Markdown Preview but the highlighting does stop in the editor so I assume that's the highlighting you're referencing?

url-highlight

URL highlighting is handled in https://github.com/atom/language-hyperlink, can you re-open there if there's no existing issue already so we have it in the right place? If you can use the issue template, that would be helpful for us.