type github.com/yuin/goldmark/parser.OptionName
24 uses
github.com/yuin/goldmark/parser (current package)
atx_heading.go#L16: func (b *HeadingConfig) SetOption(name OptionName, value interface{}) {
atx_heading.go#L32: const optAutoHeadingID OptionName = "AutoHeadingID"
parser.go#L428: Options map[OptionName]interface{}
parser.go#L438: Options: map[OptionName]interface{}{},
parser.go#L452: type OptionName string
parser.go#L455: const optAttribute OptionName = "Attribute"
parser.go#L483: SetOption(name OptionName, value interface{})
parser.go#L631: options map[OptionName]interface{}
parser.go#L699: name OptionName
parser.go#L709: func WithOption(name OptionName, value interface{}) Option {
parser.go#L721: options: map[OptionName]interface{}{},
parser.go#L734: func (p *parser) addBlockParser(v util.PrioritizedValue, options map[OptionName]interface{}) {
parser.go#L758: func (p *parser) addInlineParser(v util.PrioritizedValue, options map[OptionName]interface{}) {
parser.go#L781: func (p *parser) addParagraphTransformer(v util.PrioritizedValue, options map[OptionName]interface{}) {
parser.go#L795: func (p *parser) addASTTransformer(v util.PrioritizedValue, options map[OptionName]interface{}) {
github.com/yuin/goldmark/extension
linkify.go#L28: optLinkifyAllowedProtocols parser.OptionName = "LinkifyAllowedProtocols"
linkify.go#L29: optLinkifyURLRegexp parser.OptionName = "LinkifyURLRegexp"
linkify.go#L30: optLinkifyWWWRegexp parser.OptionName = "LinkifyWWWRegexp"
linkify.go#L31: optLinkifyEmailRegexp parser.OptionName = "LinkifyEmailRegexp"
linkify.go#L35: func (c *LinkifyConfig) SetOption(name parser.OptionName, value interface{}) {
typographer.go#L86: func (b *TypographerConfig) SetOption(name parser.OptionName, value interface{}) {
typographer.go#L99: const optTypographicSubstitutions parser.OptionName = "TypographicSubstitutions"
github.com/yuin/goldmark-emoji
emoji.go#L30: const optEmojis parser.OptionName = "EmojiEmojis"
emoji.go#L33: func (c *ParserConfig) SetOption(name parser.OptionName, value interface{}) {
 |
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. |