github.com/russross/blackfriday/v2.Node.Parent (field)
32 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L746: p.tip = table.Parent
block.go#L1145: above := block.Parent
html.go#L315: pt := node.Parent.Type
html.go#L359: ld := node.Parent.ListData
html.go#L364: grandparent := node.Parent.Parent
html.go#L368: tightOrTerm := grandparent.Tight || node.Parent.ListFlags&ListTypeTerm != 0
html.go#L514: if node.Parent.Type == Link {
html.go#L636: if node.Parent.Type == BlockQuote && node.Prev == nil {
html.go#L642: if !(node.Parent.Type == Item && node.Next == nil) {
html.go#L682: if !(node.Parent.Type == Item && node.Next == nil) {
html.go#L708: if node.Parent.Type == Item && node.Parent.Parent.Tight {
html.go#L719: if node.Parent.Type == Item && node.Next != nil {
html.go#L722: if node.Parent.Type == Document || node.Parent.Type == BlockQuote {
html.go#L768: if node.Parent.Type != Item {
markdown.go#L216: above := block.Parent
markdown.go#L237: parent := p.oldTip.Parent
markdown.go#L448: above := block.Parent
node.go#L117: Parent *Node // Points to the parent
node.go#L158: } else if n.Parent != nil {
node.go#L159: n.Parent.FirstChild = n.Next
node.go#L163: } else if n.Parent != nil {
node.go#L164: n.Parent.LastChild = n.Prev
node.go#L166: n.Parent = nil
node.go#L175: child.Parent = n
node.go#L196: sibling.Parent = n.Parent
node.go#L198: sibling.Parent.FirstChild = sibling
node.go#L324: nw.current = nw.current.Parent
![]() |
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. |