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

2 uses

	github.com/russross/blackfriday/v2 (current package)
		html.go#L62: 	attributeValue        = "(?:" + unquotedValue + "|" + singleQuotedValue + "|" + doubleQuotedValue + ")"
		html.go#L72: 	unquotedValue         = "[^\"'=<>`\\x00-\\x20]+"