all repos — honk @ 067b7eb1d16ebbd16267fb8b63511c1c26bd5175

my fork of honk

wow, people still use <u>
Ted Unangst tedu@tedunangst.com
Sun, 05 May 2019 16:42:00 -0400
commit

067b7eb1d16ebbd16267fb8b63511c1c26bd5175

parent

b368acf1bdb5a4fc12f684ad05a23adabeafe708

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M html.gohtml.go

@@ -31,7 +31,7 @@

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"}