github.com/yuin/goldmark/ast.BaseNode.AttributeString (method)
4 uses
github.com/yuin/goldmark/ast (current package)
ast.go#L421: func (n *BaseNode) AttributeString(s string) (interface{}, bool) {
github.com/yuin/goldmark/extension
table.go#L495: if _, ok := n.AttributeString("align"); !ok { // Skip align render if overridden
table.go#L499: v, ok := n.AttributeString("style")
golang.org/x/pkgsite/internal/frontend
goldmark.go#L303: if id, ok := heading.AttributeString("id"); ok {
![]() |
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. |