var github.com/yuin/goldmark/parser.htmlBlockType3OpenRegexp

2 uses

	github.com/yuin/goldmark/parser (current package)
		html_block.go#L85: var htmlBlockType3OpenRegexp = regexp.MustCompile(`^[ ]{0,3}<\?`)
		html_block.go#L125: 	} else if htmlBlockType3OpenRegexp.Match(line) {