github.com/yuin/goldmark/parser.parser.freeBlockParsers (field)
6 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L633: freeBlockParsers []BlockParser
parser.go#L747: p.freeBlockParsers = append(p.freeBlockParsers, bp)
parser.go#L833: p.blockParsers[i] = append(p.blockParsers[i], p.freeBlockParsers...)
parser.go#L930: bps = p.freeBlockParsers
parser.go#L934: bps = p.freeBlockParsers
![]() |
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. |