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

6 uses

	github.com/yuin/goldmark/ast (current package)
		ast.go#L43: type Attribute struct {
		ast.go#L166: 	Attributes() []Attribute
		ast.go#L180: 	attributes []Attribute
		ast.go#L389: 		n.attributes = make([]Attribute, 0, 10)
		ast.go#L399: 	n.attributes = append(n.attributes, Attribute{name, value})
		ast.go#L426: func (n *BaseNode) Attributes() []Attribute {