func github.com/yuin/goldmark/parser.matchesListItem

5 uses

	github.com/yuin/goldmark/parser (current package)
		list.go#L78: func matchesListItem(source []byte, strict bool) ([6]int, listItemType) {
		list.go#L130: 	match, typ := matchesListItem(line, true)
		list.go#L185: 			match, typ := matchesListItem(line, false) // may have a leading spaces more than 3
		list_item.go#L34: 	match, typ := matchesListItem(line, false)
		list_item.go#L64: 		_, typ := matchesListItem(line, true)