jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Error in implicit links #99

Open AnneKitsune opened 5 years ago

AnneKitsune commented 5 years ago

I copy pasted a (raw) file from github inside of the editor and noticed some links were broken. For example, the raw working file had a link like this:

You can access our forums at https://community.amethyst-engine.org

However, it wasn't showing as a clickable link in the editor and I needed to do this:

You can access our forums at [https://community.amethyst-engine.org](https://community.amethyst-engine.org)
ventz commented 5 years ago

Confirming this - it seems that github will now (for some time) "auto-link" URLs, where this doesn't.