type github.com/yuin/goldmark/parser.Config

18 uses

	github.com/yuin/goldmark/parser (current package)
		atx_heading.go#L37: func (o *withAutoHeadingID) SetParserOption(c *Config) {
		parser.go#L427: type Config struct {
		parser.go#L436: func NewConfig() *Config {
		parser.go#L437: 	return &Config{
		parser.go#L448: 	SetParserOption(*Config)
		parser.go#L460: func (o *withAttribute) SetParserOption(c *Config) {
		parser.go#L638: 	config                *Config
		parser.go#L646: func (o *withBlockParsers) SetParserOption(c *Config) {
		parser.go#L660: func (o *withInlineParsers) SetParserOption(c *Config) {
		parser.go#L674: func (o *withParagraphTransformers) SetParserOption(c *Config) {
		parser.go#L688: func (o *withASTTransformers) SetParserOption(c *Config) {
		parser.go#L703: func (o *withOption) SetParserOption(c *Config) {

	github.com/yuin/goldmark/extension
		linkify.go#L58: func (o *withLinkifyAllowedProtocols) SetParserOption(c *parser.Config) {
		linkify.go#L79: func (o *withLinkifyURLRegexp) SetParserOption(c *parser.Config) {
		linkify.go#L102: func (o *withLinkifyWWWRegexp) SetParserOption(c *parser.Config) {
		linkify.go#L122: func (o *withLinkifyEmailRegexp) SetParserOption(c *parser.Config) {
		typographer.go#L108: func (o *withTypographicSubstitutions) SetParserOption(c *parser.Config) {

	github.com/yuin/goldmark-emoji
		emoji.go#L56: func (o *withEmojis) SetParserOption(c *parser.Config) {