gregjacobs / Autolinker.js

Utility to Automatically Link URLs, Email Addresses, Phone Numbers, Twitter handles, and Hashtags in a given block of text/HTML
MIT License
1.48k stars 238 forks source link

fix: setting to strip directional characters #390

Open yadue opened 1 year ago

yadue commented 1 year ago

fixes #377

dbrgn commented 1 year ago

Note: This solution is no ideal because it will also strip RTLO characters from text completely unrelated to URLs.

(Another solution proposed by @yadue is here: #388)