var github.com/microcosm-cc/bluemonday.Integer

4 uses

	github.com/microcosm-cc/bluemonday (current package)
		helpers.go#L62: 	Integer = regexp.MustCompile(`^[0-9]+$`)
		helpers.go#L241: 	p.AllowAttrs("value").Matching(Integer).OnElements("li")
		helpers.go#L263: 	p.AllowAttrs("span").Matching(Integer).OnElements("colgroup", "col")
		helpers.go#L275: 	p.AllowAttrs("colspan", "rowspan").Matching(Integer).OnElements("td", "th")