github.com/yuin/goldmark/parser.Attribute.Name (field)
7 uses
github.com/yuin/goldmark/ast
ast.go#L44: Name []byte
ast.go#L392: if bytes.Equal(a.Name, name) {
ast.go#L393: n.attributes[i].Name = name
ast.go#L413: if bytes.Equal(a.Name, name) {
github.com/yuin/goldmark/renderer/html
html.go#L650: if filter != nil && !filter.Contains(attr.Name) {
html.go#L651: if !bytes.HasPrefix(attr.Name, dataPrefix) {
html.go#L656: _, _ = w.Write(attr.Name)
![]() |
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. |