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