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

2 uses

	github.com/russross/blackfriday/v2 (current package)
		html.go#L61: 	attribute             = "(?:" + "\\s+" + attributeName + attributeValueSpec + "?)"
		html.go#L64: 	attributeName         = "[a-zA-Z_:][a-zA-Z0-9:._-]*"