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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |