func github.com/yuin/goldmark/parser.parseAttributeValue

3 uses

	github.com/yuin/goldmark/parser (current package)
		attribute.go#L128: 	value, ok := parseAttributeValue(reader)
		attribute.go#L135: func parseAttributeValue(reader text.Reader) (interface{}, bool) {
		attribute.go#L180: 		value, ok := parseAttributeValue(reader)