type github.com/yuin/goldmark/ast.ListItem
8 uses
github.com/yuin/goldmark/ast (current package)
block.go#L385: type ListItem struct {
block.go#L393: func (n *ListItem) Dump(source []byte, level int) {
block.go#L404: func (n *ListItem) Kind() NodeKind {
block.go#L409: func NewListItem(offset int) *ListItem {
block.go#L410: return &ListItem{
github.com/yuin/goldmark/extension
tasklist.go#L43: if _, ok := parent.Parent().(*gast.ListItem); !ok {
github.com/yuin/goldmark/parser
list.go#L102: return lastChild.(*ast.ListItem).Offset
golang.org/x/pkgsite/internal/frontend
goldmark.go#L246: case *ast.ListItem:
![]() |
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. |