type github.com/yuin/goldmark/parser.Attribute

10 uses

	github.com/yuin/goldmark/parser (current package)
		attribute.go#L16: type Attribute struct {
		attribute.go#L22: type Attributes []Attribute
		attribute.go#L85: func parseAttribute(reader text.Reader) (Attribute, bool) {
		attribute.go#L99: 		return Attribute{Name: name, Value: line[0:i]}, true
		attribute.go#L103: 		return Attribute{}, false
		attribute.go#L108: 		return Attribute{}, false
		attribute.go#L124: 		return Attribute{}, false
		attribute.go#L130: 		return Attribute{}, false
		attribute.go#L132: 	return Attribute{Name: name, Value: value}, true
		attribute.go#L142: 		return Attribute{}, false