type github.com/yuin/goldmark/extension.typographerDelimiterProcessor

5 uses

	github.com/yuin/goldmark/extension (current package)
		typographer.go#L127: type typographerDelimiterProcessor struct {
		typographer.go#L130: func (p *typographerDelimiterProcessor) IsDelimiter(b byte) bool {
		typographer.go#L134: func (p *typographerDelimiterProcessor) CanOpenCloser(opener, closer *parser.Delimiter) bool {
		typographer.go#L138: func (p *typographerDelimiterProcessor) OnMatch(consumes int) gast.Node {
		typographer.go#L142: var defaultTypographerDelimiterProcessor = &typographerDelimiterProcessor{}