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)}
![]() |
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. |