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

2 uses

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