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 {