Documentation
sanitize :: Text -> TextSource
santize the html to prevent XSS attacks. See README.md http://github.com/gregwebs/haskell-xss-sanitize for more details
sanitizeBalance :: Text -> TextSource
same as sanitize but makes sure there are no lone closing tags. See README.md http://github.com/gregwebs/haskell-xss-sanitize for more details
sanitizeXSS :: Text -> TextSource
alias of sanitize function