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

3 uses

	github.com/yuin/goldmark/parser (current package)
		html_block.go#L80: var htmlBlockType1CloseRegexp = regexp.MustCompile(`(?i)^.*.*`)
		html_block.go#L169: 			if htmlBlockType1CloseRegexp.Match(firstLine.Value(reader.Source())) {
		html_block.go#L173: 		if htmlBlockType1CloseRegexp.Match(line) {