1.0.0 • Published 4 years ago

berthit v1.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

Berthit

Convert URL's into links without affecting HTML elements.

Before:

Lorem ipsum <a href="https://github.com/">dolor</a> sit amet, https://github.com/DiegoLopesLima/berth consectetur adipisicing elit. Reprehenderit, tempore?

After:

Lorem ipsum <a href="https://github.com/">dolor</a> sit amet, <a href="https://github.com/DiegoLopesLima/berth" target="_blank">https://github.com/DiegoLopesLima/berth</a> consectetur adipisicing elit. Reprehenderit, tempore?