github.com/yuin/goldmark/extension.FootnoteConfig.IDPrefixFunction (field)

5 uses

	github.com/yuin/goldmark/extension (current package)
		footnote.go#L269: 	IDPrefixFunction func(gast.Node) []byte
		footnote.go#L310: 		c.IDPrefixFunction = value.(func(gast.Node) []byte)
		footnote.go#L383: 	c.IDPrefixFunction = o.value
		footnote.go#L610: 	if r.FootnoteConfig.IDPrefixFunction != nil {
		footnote.go#L611: 		return r.FootnoteConfig.IDPrefixFunction(node)