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

20 uses

	github.com/yuin/goldmark/parser (current package)
		atx_heading.go#L163: 	return Close
		blockquote.go#L56: 	return Close
		code_block.go#L48: 		return Close
		fcode_block.go#L91: 			return Close
		html_block.go#L170: 				return Close
		html_block.go#L176: 			return Close
		html_block.go#L199: 				return Close
		html_block.go#L205: 			return Close
		html_block.go#L210: 			return Close
		list.go#L165: 			return Close
		list.go#L189: 					return Close
		list.go#L202: 						return Close
		list.go#L209: 		return Close
		list_item.go#L69: 		return Close
		paragraph.go#L39: 		return Close
		parser.go#L412: 	Close
		setext_headings.go#L77: 	return Close
		thematic_break.go#L62: 	return Close

	github.com/yuin/goldmark/extension
		definition_list.go#L82: 		return parser.Close
		footnote.go#L80: 		return parser.Close