type github.com/yuin/goldmark/parser.listItemParser
8 uses
github.com/yuin/goldmark/parser (current package)
list_item.go#L9: type listItemParser struct {
list_item.go#L12: var defaultListItemParser = &listItemParser{}
list_item.go#L23: func (b *listItemParser) Trigger() []byte {
list_item.go#L27: func (b *listItemParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
list_item.go#L53: func (b *listItemParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
list_item.go#L77: func (b *listItemParser) Close(node ast.Node, reader text.Reader, pc Context) {
list_item.go#L81: func (b *listItemParser) CanInterruptParagraph() bool {
list_item.go#L85: func (b *listItemParser) 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. |