github.com/russross/blackfriday/v2.Node.LastChild (field)
8 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L1173: block = block.LastChild
node.go#L119: LastChild *Node // Points to the last child, if any
node.go#L164: n.Parent.LastChild = n.Prev
node.go#L176: if n.LastChild != nil {
node.go#L177: n.LastChild.Next = child
node.go#L178: child.Prev = n.LastChild
node.go#L179: n.LastChild = child
node.go#L182: n.LastChild = child
![]() |
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. |