const github.com/russross/blackfriday/v2.List
11 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L1129: block := p.addBlock(List, nil)
block.go#L1172: if t == List || t == Item {
html.go#L365: if grandparent == nil || grandparent.Type != List {
html.go#L369: return grandparent.Type == List && tightOrTerm
html.go#L632: case HTMLBlock, List, Paragraph, Heading, CodeBlock, BlockQuote, HorizontalRule:
html.go#L690: case List:
markdown.go#L426: block := p.addBlock(List, nil)
node.go#L17: List
node.go#L44: List: "List",
node.go#L208: case List:
node.go#L242: if n.Type == List {
![]() |
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. |