const github.com/russross/blackfriday/v2.Item
15 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L1172: if t == List || t == Item {
block.go#L1397: block := p.addBlock(Item, nil)
html.go#L642: if !(node.Parent.Type == Item && node.Next == nil) {
html.go#L682: if !(node.Parent.Type == Item && node.Next == nil) {
html.go#L708: if node.Parent.Type == Item && node.Parent.Parent.Tight {
html.go#L719: if node.Parent.Type == Item && node.Next != nil {
html.go#L729: case Item:
html.go#L768: if node.Parent.Type != Item {
inline.go#L481: footnoteNode = NewNode(Item)
node.go#L18: Item
node.go#L45: Item: "Item",
node.go#L210: case Item:
node.go#L243: return t == Item
node.go#L245: if n.Type == Document || n.Type == BlockQuote || n.Type == Item {
node.go#L246: return t != Item
![]() |
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. |