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: strip direction override characters #386

Closed yadue closed 1 year ago

yadue commented 1 year ago

fixes: #377

gregjacobs commented 1 year ago

Hey, good fix @yadue, thanks for this!

gregjacobs commented 1 year ago

Oof, actually, this broke a ton of tests by including the space and comma characters in the regex. Fixing now

gregjacobs commented 1 year ago

Ok fixed and released in v3.16.1 👍