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)
 |
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. |