func github.com/yuin/goldmark/parser.WithInlineParsers
8 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L666: func WithInlineParsers(bs ...util.PrioritizedValue) Option {
github.com/yuin/goldmark
markdown.go#L16: parser.WithInlineParsers(parser.DefaultInlineParsers()...),
github.com/yuin/goldmark/extension
footnote.go#L660: parser.WithInlineParsers(
linkify.go#L303: parser.WithInlineParsers(
strikethrough.go#L110: m.Parser().AddOptions(parser.WithInlineParsers(
tasklist.go#L109: m.Parser().AddOptions(parser.WithInlineParsers(
typographer.go#L320: m.Parser().AddOptions(parser.WithInlineParsers(
github.com/yuin/goldmark-emoji
emoji.go#L356: m.Parser().AddOptions(parser.WithInlineParsers(
![]() |
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. |