type github.com/yuin/goldmark/renderer.Option
16 uses
github.com/yuin/goldmark/renderer (current package)
renderer.go#L31: type Option interface {
renderer.go#L45: func WithNodeRenderers(ps ...util.PrioritizedValue) Option {
renderer.go#L60: func WithOption(name OptionName, value interface{}) Option {
renderer.go#L93: AddOptions(...Option)
renderer.go#L106: func NewRenderer(options ...Option) Renderer {
renderer.go#L121: func (r *renderer) AddOptions(opts ...Option) {
github.com/yuin/goldmark/renderer/html
html.go#L68: renderer.Option
html.go#L91: renderer.Option
html.go#L115: renderer.Option
html.go#L137: renderer.Option
github.com/yuin/goldmark
markdown.go#L86: func WithRendererOptions(opts ...renderer.Option) Option {
github.com/yuin/goldmark/extension
footnote.go#L289: renderer.Option
footnote.go#L335: v.(renderer.Option).SetConfig(c)
table.go#L57: renderer.Option
table.go#L87: v.(renderer.Option).SetConfig(c)
github.com/yuin/goldmark-emoji
emoji.go#L131: renderer.Option
![]() |
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. |