kennygrant / sanitize

Package sanitize provides functions for sanitizing text in golang strings.
BSD 3-Clause "New" or "Revised" License
334 stars 72 forks source link

Allow hash hrefs #11

Closed beyang closed 9 years ago

beyang commented 9 years ago

This makes it so sanitize doesn't strip away hash URLs in the a.href attribute.

beyang commented 9 years ago

Also, thanks for making this awesome library!