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

15 uses

	github.com/yuin/goldmark/parser (current package)
		auto_link.go#L16: func NewAutoLinkParser() InlineParser {
		code_span.go#L16: func NewCodeSpanParser() InlineParser {
		emphasis.go#L31: func NewEmphasisParser() InlineParser {
		link.go#L107: func NewLinkParser() InlineParser {
		parser.go#L530: type InlineParser interface {
		parser.go#L634: 	inlineParsers         [256][]InlineParser
		parser.go#L759: 	ip, ok := v.Value.(InlineParser)
		parser.go#L775: 			p.inlineParsers[tc] = []InlineParser{}
		raw_html.go#L19: func NewRawHTMLParser() InlineParser {

	github.com/yuin/goldmark/extension
		footnote.go#L114: func NewFootnoteParser() parser.InlineParser {
		linkify.go#L142: func NewLinkifyParser(opts ...LinkifyOption) parser.InlineParser {
		strikethrough.go#L38: func NewStrikethroughParser() parser.InlineParser {
		tasklist.go#L25: func NewTaskCheckBoxParser() parser.InlineParser {
		typographer.go#L150: func NewTypographerParser(opts ...TypographerOption) parser.InlineParser {

	github.com/yuin/goldmark-emoji
		emoji.go#L217: func NewParser(opts ...ParserOption) parser.InlineParser {