type github.com/yuin/goldmark/parser.Option
16 uses
github.com/yuin/goldmark/parser (current package)
atx_heading.go#L27: Option
atx_heading.go#L52: Option
parser.go#L447: type Option interface {
parser.go#L465: func WithAttribute() Option {
parser.go#L475: AddOptions(...Option)
parser.go#L652: func WithBlockParsers(bs ...util.PrioritizedValue) Option {
parser.go#L666: func WithInlineParsers(bs ...util.PrioritizedValue) Option {
parser.go#L680: func WithParagraphTransformers(ps ...util.PrioritizedValue) Option {
parser.go#L694: func WithASTTransformers(ps ...util.PrioritizedValue) Option {
parser.go#L709: func WithOption(name OptionName, value interface{}) Option {
parser.go#L714: func NewParser(options ...Option) Parser {
parser.go#L728: func (p *parser) AddOptions(opts ...Option) {
github.com/yuin/goldmark
markdown.go#L72: func WithParserOptions(opts ...parser.Option) Option {
github.com/yuin/goldmark/extension
linkify.go#L50: parser.Option
typographer.go#L95: parser.Option
github.com/yuin/goldmark-emoji
emoji.go#L43: parser.Option
![]() |
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. |