github.com/yuin/goldmark/parser.linkLabelState.Prev (field)
9 uses
github.com/yuin/goldmark/parser (current package)
link.go#L21: Prev *linkLabelState
link.go#L64: v.Prev = l
link.go#L76: if d.Prev == nil {
link.go#L81: list.Prev = nil
link.go#L87: d.Prev.Next = d.Next
link.go#L89: d.Next.Prev = d.Prev
link.go#L93: list.Last = d.Prev
link.go#L96: d.Prev = nil
![]() |
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. |