const github.com/yuin/goldmark/parser.notList

13 uses

	github.com/yuin/goldmark/parser (current package)
		list.go#L13: 	notList listItemType = iota
		list.go#L28: 			return ret, notList
		list.go#L32: 		return ret, notList
		list.go#L47: 			return ret, notList
		list.go#L53: 			return ret, notList
		list.go#L57: 		return ret, notList
		list.go#L62: 			return ret, notList
		list.go#L80: 	if typ != notList && (!strict || strict && m[1] < 4) {
		list.go#L83: 	return m, notList
		list.go#L131: 	if typ == notList {
		list.go#L186: 			if typ != notList && match[1]-offset < 4 {
		list_item.go#L35: 	if typ == notList {
		list_item.go#L66: 		if typ != notList {