Versions in this module Expand all Collapse all v1 v1.1.1 Apr 8, 2025 Changes in this version + func Clean(html string, cleanMode CleanMode) string + func Spaceless(html string) string + func Strip(html string) string + func Tag(tag, content string, attributes, styles map[string]string) string + type CleanMode uint32 + const CleanModeAll + const CleanModeCSS + const CleanModeComment + const CleanModeJavascript + const CleanModeMeta + const CleanModeSpace