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 {