github.com/yuin/goldmark/parser.parser.blockParsers (field)
10 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L632: blockParsers [256][]BlockParser
parser.go#L750: if p.blockParsers[tc] == nil {
parser.go#L751: p.blockParsers[tc] = []BlockParser{}
parser.go#L753: p.blockParsers[tc] = append(p.blockParsers[tc], bp)
parser.go#L831: for i := range p.blockParsers {
parser.go#L832: if p.blockParsers[i] != nil {
parser.go#L833: p.blockParsers[i] = append(p.blockParsers[i], p.freeBlockParsers...)
parser.go#L932: bps = p.blockParsers[line[pos]]
![]() |
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. |