type github.com/yuin/goldmark/renderer/html.Option
15 uses
github.com/yuin/goldmark/renderer/html (current package)
html.go#L46: type Option interface {
html.go#L69: Option
html.go#L92: Option
html.go#L114: Option
html.go#L138: Option
html.go#L150: func NewRenderer(opts ...Option) renderer.NodeRenderer {
github.com/yuin/goldmark/extension
definition_list.go#L182: func NewDefinitionListHTMLRenderer(opts ...html.Option) renderer.NodeRenderer {
footnote.go#L329: value []html.Option
footnote.go#L349: func WithFootnoteHTMLOptions(opts ...html.Option) FootnoteOption {
strikethrough.go#L70: func NewStrikethroughHTMLRenderer(opts ...html.Option) renderer.NodeRenderer {
table.go#L81: value []html.Option
table.go#L101: func WithTableHTMLOptions(opts ...html.Option) TableOption {
tasklist.go#L68: func NewTaskCheckBoxHTMLRenderer(opts ...html.Option) renderer.NodeRenderer {
golang.org/x/pkgsite/internal/frontend
goldmark.go#L67: func newHTMLRenderer(info *source.Info, readme *internal.Readme, opts ...html.Option) renderer.NodeRenderer {
golang.org/x/pkgsite/internal/postgres
goldmark.go#L45: func NewHTMLRenderer(opts ...html.Option) renderer.NodeRenderer {
![]() |
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. |