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

8 uses

	github.com/yuin/goldmark/parser (current package)
		code_block.go#L9: type codeBlockParser struct {
		code_block.go#L13: var defaultCodeBlockParser = &codeBlockParser{}
		code_block.go#L21: func (b *codeBlockParser) Trigger() []byte {
		code_block.go#L25: func (b *codeBlockParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
		code_block.go#L40: func (b *codeBlockParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
		code_block.go#L63: func (b *codeBlockParser) Close(node ast.Node, reader text.Reader, pc Context) {
		code_block.go#L79: func (b *codeBlockParser) CanInterruptParagraph() bool {
		code_block.go#L83: func (b *codeBlockParser) CanAcceptIndentedLine() bool {