type github.com/yuin/goldmark/extension/ast.Footnote

10 uses

	github.com/yuin/goldmark/extension/ast (current package)
		footnote.go#L75: type Footnote struct {
		footnote.go#L82: func (n *Footnote) Dump(source []byte, level int) {
		footnote.go#L93: func (n *Footnote) Kind() gast.NodeKind {
		footnote.go#L98: func NewFootnote(ref []byte) *Footnote {
		footnote.go#L99: 	return &Footnote{

	github.com/yuin/goldmark/extension
		footnote.go#L155: 		d := def.(*ast.Footnote)
		footnote.go#L230: 		fn := footnote.(*ast.Footnote)
		footnote.go#L242: 		if n1.(*ast.Footnote).Index < n2.(*ast.Footnote).Index {
		footnote.go#L560: 	n := node.(*ast.Footnote)