type github.com/yuin/goldmark/parser.CloseBlocker

3 uses

	github.com/yuin/goldmark/parser (current package)
		parser.go#L548: type CloseBlocker interface {
		parser.go#L635: 	closeBlockers         []CloseBlocker
		parser.go#L770: 	if cb, ok := ip.(CloseBlocker); ok {