github.com/yuin/goldmark/parser.linkLabelState.Next (field)
10 uses
github.com/yuin/goldmark/parser (current package)
link.go#L23: Next *linkLabelState
link.go#L63: l.Next = v
link.go#L77: list = d.Next
link.go#L87: d.Prev.Next = d.Next
link.go#L88: if d.Next != nil {
link.go#L89: d.Next.Prev = d.Prev
link.go#L92: if list != nil && d.Next == nil {
link.go#L95: d.Next = nil
link.go#L374: next := s.Next
![]() |
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. |