type github.com/yuin/goldmark.Option
7 uses
github.com/yuin/goldmark (current package)
markdown.go#L55: type Option func(*markdown)
markdown.go#L58: func WithExtensions(ext ...Extender) Option {
markdown.go#L65: func WithParser(p parser.Parser) Option {
markdown.go#L72: func WithParserOptions(opts ...parser.Option) Option {
markdown.go#L79: func WithRenderer(r renderer.Renderer) Option {
markdown.go#L86: func WithRendererOptions(opts ...renderer.Option) Option {
markdown.go#L99: func New(options ...Option) Markdown {
![]() |
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. |