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

3 uses

	github.com/russross/blackfriday/v2 (current package)
		html.go#L59: 	closeTag              = "</" + tagName + "\\s*[>]"
		html.go#L60: 	openTag               = "<" + tagName + attribute + "*" + "\\s*/?>"
		html.go#L71: 	tagName               = "[A-Za-z][A-Za-z0-9-]*"