func github.com/yuin/goldmark/parser.NewEmphasisParser

2 uses

	github.com/yuin/goldmark/parser (current package)
		emphasis.go#L31: func NewEmphasisParser() InlineParser {
		parser.go#L608: 		util.Prioritized(NewEmphasisParser(), 500),