github.com/yuin/goldmark/parser.Attribute.Value (field)

4 uses

	github.com/yuin/goldmark/ast
		ast.go#L45: 	Value interface{}
		ast.go#L394: 				n.attributes[i].Value = value
		ast.go#L414: 			return n.attributes[i].Value, true

	github.com/yuin/goldmark/renderer/html
		html.go#L659: 		_, _ = w.Write(util.EscapeHTML(attr.Value.([]byte)))