github.com/yuin/goldmark/renderer.Config.Options (field)
19 uses
github.com/yuin/goldmark/renderer (current package)
renderer.go#L15: Options map[OptionName]interface{}
renderer.go#L22: Options: map[OptionName]interface{}{},
renderer.go#L55: c.Options[o.name] = o.value
renderer.go#L137: r.options = r.config.Options
github.com/yuin/goldmark/renderer/html
html.go#L58: c.Options[optTextWriter] = o.value
html.go#L81: c.Options[optHardWraps] = true
html.go#L104: c.Options[optXHTML] = true
html.go#L127: c.Options[optUnsafe] = true
github.com/yuin/goldmark/extension
footnote.go#L360: c.Options[optFootnoteIDPrefix] = o.value
footnote.go#L379: c.Options[optFootnoteIDPrefixFunction] = o.value
footnote.go#L398: c.Options[optFootnoteLinkTitle] = o.value
footnote.go#L417: c.Options[optFootnoteBacklinkTitle] = o.value
footnote.go#L436: c.Options[optFootnoteLinkClass] = o.value
footnote.go#L455: c.Options[optFootnoteBacklinkClass] = o.value
footnote.go#L474: c.Options[optFootnoteBacklinkHTML] = o.value
table.go#L112: c.Options[optTableCellAlignMethod] = o.value
github.com/yuin/goldmark-emoji
emoji.go#L147: c.Options[optRenderingMethod] = o.value
emoji.go#L171: c.Options[optTwemojiTemplate] = o.value
emoji.go#L197: c.Options[optRendererFunc] = o.value
![]() |
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. |