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

2 uses

	github.com/yuin/goldmark/parser (current package)
		html_block.go#L96: var htmlBlockType7Regexp = regexp.MustCompile(`^[ ]{0,3}<(/)?([a-zA-Z0-9\-]+)(` + attributePattern + `*)(:?>|/>)\s*\n?$`)
		html_block.go#L131: 	} else if match := htmlBlockType7Regexp.FindSubmatchIndex(line); match != nil {