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 {