const github.com/russross/blackfriday/v2.htmlTag

2 uses

	github.com/russross/blackfriday/v2 (current package)
		html.go#L53: 	htmlTagRe = regexp.MustCompile("(?i)^" + htmlTag)
		html.go#L57: 	htmlTag = "(?:" + openTag + "|" + closeTag + "|" + htmlComment + "|" +