type github.com/yuin/goldmark/parser.Block
12 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L195: OpenedBlocks() []Block
parser.go#L198: SetOpenedBlocks([]Block)
parser.go#L201: LastOpenedBlock() Block
parser.go#L230: openedBlocks []Block
parser.go#L250: openedBlocks: []Block{},
parser.go#L381: func (p *parseContext) OpenedBlocks() []Block {
parser.go#L385: func (p *parseContext) SetOpenedBlocks(v []Block) {
parser.go#L389: func (p *parseContext) LastOpenedBlock() Block {
parser.go#L393: return Block{}
parser.go#L623: type Block struct {
parser.go#L987: be := Block{node, bp}
parser.go#L1033: pc.SetOpenedBlocks([]Block{})
![]() |
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. |