github.com/yuin/goldmark/extension.FootnoteHTMLRenderer.renderFootnoteBacklink (method)

2 uses

	github.com/yuin/goldmark/extension (current package)
		footnote.go#L506: 	reg.Register(ast.KindFootnoteBacklink, r.renderFootnoteBacklink)
		footnote.go#L538: func (r *FootnoteHTMLRenderer) renderFootnoteBacklink(w util.BufWriter, source []byte, node gast.Node, entering bool) (gast.WalkStatus, error) {