func github.com/yuin/goldmark/extension/ast.NewFootnoteBacklink

2 uses

	github.com/yuin/goldmark/extension/ast (current package)
		footnote.go#L66: func NewFootnoteBacklink(index int) *FootnoteBacklink {

	github.com/yuin/goldmark/extension
		footnote.go#L235: 			backLink := ast.NewFootnoteBacklink(index)