type github.com/russross/blackfriday/v2.Option

8 uses

	github.com/russross/blackfriday/v2 (current package)
		markdown.go#L271: func New(opts ...Option) *Markdown {
		markdown.go#L315: type Option func(*Markdown)
		markdown.go#L318: func WithRenderer(r Renderer) Option {
		markdown.go#L326: func WithExtensions(e Extensions) Option {
		markdown.go#L333: func WithNoExtensions() Option {
		markdown.go#L356: func WithRefOverride(o ReferenceOverrideFunc) Option {
		markdown.go#L381: func Run(input []byte, opts ...Option) []byte {
		markdown.go#L385: 	optList := []Option{WithRenderer(r), WithExtensions(CommonExtensions)}