const github.com/yuin/goldmark/parser.newBlocksOpened

3 uses

	github.com/yuin/goldmark/parser (current package)
		parser.go#L905: 	newBlocksOpened
		parser.go#L986: 			result = newBlocksOpened
		parser.go#L1051: 		if p.openBlocks(parent, isBlank, reader, pc) != newBlocksOpened {