sindresorhus / linkify-urls

Linkify URLs in a string
MIT License
160 stars 22 forks source link

Asterisks in the hash aren't linkified correctly #33

Closed fregante closed 3 years ago

fregante commented 4 years ago
https://crontab.guru/#1_*_*_*_*
<a href=\"https://crontab.guru/#1_\">https://crontab.guru/#1_</a>*_*_*_*

Run this on runkit:

require("linkify-urls")('https://crontab.guru/#1_*_*_*_*')