github.com/russross/blackfriday/v2.Node.Next (field)
22 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L1186: if endsWithBlankLine(item) && item.Next != nil {
block.go#L1194: if endsWithBlankLine(subItem) && (item.Next != nil || subItem.Next != nil) {
block.go#L1198: subItem = subItem.Next
block.go#L1200: item = item.Next
html.go#L642: if !(node.Parent.Type == Item && node.Next == nil) {
html.go#L682: if !(node.Parent.Type == Item && node.Next == nil) {
html.go#L719: if node.Parent.Type == Item && node.Next != nil {
node.go#L121: Next *Node // Next sibling; nil if it's the last child
node.go#L157: n.Prev.Next = n.Next
node.go#L159: n.Parent.FirstChild = n.Next
node.go#L161: if n.Next != nil {
node.go#L162: n.Next.Prev = n.Prev
node.go#L167: n.Next = nil
node.go#L177: n.LastChild.Next = child
node.go#L192: sibling.Prev.Next = sibling
node.go#L194: sibling.Next = n
node.go#L323: } else if nw.current.Next == nil {
node.go#L327: nw.current = nw.current.Next
node.go#L346: for n := ast.FirstChild; n != nil; n = n.Next {
golang.org/x/pkgsite/internal/postgres
searchdoc.go#L209: for c := n.FirstChild; c != nil; c = c.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. |