type github.com/yuin/goldmark/parser.listParser
8 uses
github.com/yuin/goldmark/parser (current package)
list.go#L107: type listParser struct {
list.go#L110: var defaultListParser = &listParser{}
list.go#L119: func (b *listParser) Trigger() []byte {
list.go#L123: func (b *listParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
list.go#L159: func (b *listParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
list.go#L214: func (b *listParser) Close(node ast.Node, reader text.Reader, pc Context) {
list.go#L247: func (b *listParser) CanInterruptParagraph() bool {
list.go#L251: func (b *listParser) 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. |