apostrophecms / sanitize-html

Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis. Built on htmlparser2 for speed and tolerance
MIT License
3.79k stars 353 forks source link

docs: tweak code language in README for JS imports #466

Closed Cherry closed 3 years ago

Cherry commented 3 years ago

Super minor fix to the README to set the language on the JS imports for better rendering.

Before:

After:

boutell commented 3 years ago

Thanks.