github.com/yuin/goldmark/parser.Config.Options (field)
15 uses
github.com/yuin/goldmark/parser (current package)
atx_heading.go#L38: c.Options[optAutoHeadingID] = true
parser.go#L428: Options map[OptionName]interface{}
parser.go#L438: Options: map[OptionName]interface{}{},
parser.go#L461: c.Options[optAttribute] = true
parser.go#L704: c.Options[o.name] = o.value
parser.go#L829: p.addBlockParser(v, p.config.Options)
parser.go#L839: p.addInlineParser(v, p.config.Options)
parser.go#L843: p.addParagraphTransformer(v, p.config.Options)
parser.go#L847: p.addASTTransformer(v, p.config.Options)
github.com/yuin/goldmark/extension
linkify.go#L59: c.Options[optLinkifyAllowedProtocols] = o.value
linkify.go#L80: c.Options[optLinkifyURLRegexp] = o.value
linkify.go#L103: c.Options[optLinkifyWWWRegexp] = o.value
linkify.go#L123: c.Options[optLinkifyEmailRegexp] = o.value
typographer.go#L109: c.Options[optTypographicSubstitutions] = o.value
github.com/yuin/goldmark-emoji
emoji.go#L57: c.Options[optEmojis] = o.value
![]() |
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. |