github.com/yuin/goldmark/ast.BaseNode.Attribute (method)

2 uses

	github.com/yuin/goldmark/ast (current package)
		ast.go#L408: func (n *BaseNode) Attribute(name []byte) (interface{}, bool) {
		ast.go#L422: 	return n.Attribute(util.StringToReadOnlyBytes(s))