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

2 uses

	github.com/russross/blackfriday/v2 (current package)
		html.go#L62: 	attributeValue        = "(?:" + unquotedValue + "|" + singleQuotedValue + "|" + doubleQuotedValue + ")"
		html.go#L67: 	doubleQuotedValue     = "\"[^\"]*\""