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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |