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
 |
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. |