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

4 uses

	github.com/yuin/goldmark/parser (current package)
		parser.go#L901: type blockOpenResult int
		parser.go#L904: 	paragraphContinuation blockOpenResult = iota + 1
		parser.go#L909: func (p *parser) openBlocks(parent ast.Node, blankLine bool, reader text.Reader, pc Context) blockOpenResult {
		parser.go#L910: 	result := blockOpenResult(noBlocksOpened)