diff --git a/html.go b/html.go index 8c9dbd4..e57efc0 100644 --- a/html.go +++ b/html.go @@ -31,7 +31,7 @@ import ( var permittedtags = []string{"div", "h1", "h2", "h3", "h4", "h5", "h6", "table", "thead", "tbody", "th", "tr", "td", "p", "br", "pre", "code", "blockquote", - "strong", "em", "b", "i", "s", "sup", "del", + "strong", "em", "b", "i", "s", "u", "sup", "del", "ol", "ul", "li"} var permittedattr = []string{"colspan", "rowspan"} var bannedtags = []string{"script", "style"}