type github.com/yuin/goldmark/extension.FootnoteConfig
14 uses
github.com/yuin/goldmark/extension (current package)
footnote.go#L262: type FootnoteConfig struct {
footnote.go#L291: SetFootnoteOption(*FootnoteConfig)
footnote.go#L295: func NewFootnoteConfig() FootnoteConfig {
footnote.go#L296: return FootnoteConfig{
footnote.go#L307: func (c *FootnoteConfig) SetOption(name renderer.OptionName, value interface{}) {
footnote.go#L340: func (o *withFootnoteHTMLOptions) SetFootnoteOption(c *FootnoteConfig) {
footnote.go#L363: func (o *withFootnoteIDPrefix) SetFootnoteOption(c *FootnoteConfig) {
footnote.go#L382: func (o *withFootnoteIDPrefixFunction) SetFootnoteOption(c *FootnoteConfig) {
footnote.go#L401: func (o *withFootnoteLinkTitle) SetFootnoteOption(c *FootnoteConfig) {
footnote.go#L420: func (o *withFootnoteBacklinkTitle) SetFootnoteOption(c *FootnoteConfig) {
footnote.go#L439: func (o *withFootnoteLinkClass) SetFootnoteOption(c *FootnoteConfig) {
footnote.go#L458: func (o *withFootnoteBacklinkClass) SetFootnoteOption(c *FootnoteConfig) {
footnote.go#L477: func (o *withFootnoteBacklinkHTML) SetFootnoteOption(c *FootnoteConfig) {
footnote.go#L489: FootnoteConfig
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |