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

2 uses

	github.com/yuin/goldmark/ast (current package)
		ast.go#L252: func (n *BaseNode) SortChildren(comparator func(n1, n2 Node) int) {

	github.com/yuin/goldmark/extension
		footnote.go#L241: 	list.SortChildren(func(n1, n2 gast.Node) int {