github.com/yuin/goldmark/parser.parser.closeBlocks (method)
4 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L883: func (p *parser) closeBlocks(from, to int, reader text.Reader, pc Context) {
parser.go#L983: p.closeBlocks(lastPos, lastPos, reader, pc)
parser.go#L1066: p.closeBlocks(lastIndex, 0, reader, pc)
parser.go#L1101: p.closeBlocks(lastIndex, i, reader, pc)
 |
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. |