const github.com/yuin/goldmark/parser.Continue
19 uses
github.com/yuin/goldmark/parser (current package)
blockquote.go#L54: return Continue | HasChildren
code_block.go#L44: return Continue | NoChildren
code_block.go#L60: return Continue | NoChildren
fcode_block.go#L99: return Continue | NoChildren
html_block.go#L215: return Continue | NoChildren
list.go#L169: return Continue | HasChildren
list.go#L206: return Continue | HasChildren
list.go#L211: return Continue | HasChildren
list_item.go#L58: return Continue | HasChildren
list_item.go#L74: return Continue | HasChildren
paragraph.go#L43: return Continue | NoChildren
parser.go#L409: Continue
parser.go#L1000: if state&Continue != 0 {
parser.go#L1076: if state&Continue != 0 {
github.com/yuin/goldmark/extension
definition_list.go#L77: return parser.Continue | parser.HasChildren
definition_list.go#L86: return parser.Continue | parser.HasChildren
definition_list.go#L149: return parser.Continue | 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. |