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

2 uses

	github.com/yuin/goldmark/ast (current package)
		ast.go#L403: func (n *BaseNode) SetAttributeString(name string, value interface{}) {

	github.com/yuin/goldmark/extension
		table.go#L507: 				n.SetAttributeString("style", cob.Bytes())