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