const github.com/yuin/goldmark/parser.HasChildren
20 uses
github.com/yuin/goldmark/parser (current package)
blockquote.go#L47: return ast.NewBlockquote(), HasChildren
blockquote.go#L54: return Continue | HasChildren
list.go#L156: return node, HasChildren
list.go#L169: return Continue | HasChildren
list.go#L206: return Continue | HasChildren
list.go#L211: return Continue | HasChildren
list_item.go#L50: return node, HasChildren
list_item.go#L58: return Continue | HasChildren
list_item.go#L74: return Continue | HasChildren
parser.go#L415: HasChildren
parser.go#L989: if state&HasChildren != 0 {
parser.go#L1079: if state&HasChildren != 0 && i == lastIndex {
github.com/yuin/goldmark/extension
definition_list.go#L53: status := parser.HasChildren
definition_list.go#L77: return parser.Continue | parser.HasChildren
definition_list.go#L86: return parser.Continue | parser.HasChildren
definition_list.go#L143: return ast.NewDefinitionDescription(), parser.HasChildren
definition_list.go#L149: return parser.Continue | parser.HasChildren
footnote.go#L70: return item, parser.HasChildren
footnote.go#L76: return parser.Continue | parser.HasChildren
footnote.go#L83: return parser.Continue | parser.HasChildren
![]() |
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. |