type github.com/yuin/goldmark/parser.fencedCodeBlockParser
8 uses
github.com/yuin/goldmark/parser (current package)
fcode_block.go#L11: type fencedCodeBlockParser struct {
fcode_block.go#L14: var defaultFencedCodeBlockParser = &fencedCodeBlockParser{}
fcode_block.go#L31: func (b *fencedCodeBlockParser) Trigger() []byte {
fcode_block.go#L35: func (b *fencedCodeBlockParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
fcode_block.go#L71: func (b *fencedCodeBlockParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
fcode_block.go#L102: func (b *fencedCodeBlockParser) Close(node ast.Node, reader text.Reader, pc Context) {
fcode_block.go#L109: func (b *fencedCodeBlockParser) CanInterruptParagraph() bool {
fcode_block.go#L113: func (b *fencedCodeBlockParser) 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. |