markdown-it / linkify-it

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

options to escape a particular link? #101

Closed tlylt closed 2 years ago

tlylt commented 2 years ago

Hi,

Would like to check if there is an existing way to indicate that some links should not be converted? So in the case that I want to keep example.com as it, is it possible to do something like example.com {no-link} to escape just this link?

Thank you.

puzrin commented 2 years ago

This is out of package scope. It just find link start-end in text, and then user decides what to do next.