markdown-it / linkify-it

Links recognition library with full unicode support
http://markdown-it.github.io/linkify-it/
MIT License
658 stars 63 forks source link

Add an option to disable fuzzy links #14

Closed svbergerem closed 9 years ago

svbergerem commented 9 years ago

AFAIK currently fuzzy links are enabled when http: is enabled. It would be great if there would be a separate setting. (Maybe even with the ability to enable www.... and http://... and disable everything else)

puzrin commented 9 years ago

Could you explain exactly, what this setting should do? Disable http links without schema, but still enable emails?

svbergerem commented 9 years ago

@puzrin sounds good. :)

puzrin commented 9 years ago

Take a look at api change & new option names. I've implemented features, but not sure than names are beautiful. If no better ideas, i'll do release.

svbergerem commented 9 years ago

I have no better idea right now. ;-) Thank you!