github.com/russross/blackfriday/v2.Node.Prev (field)
19 uses
github.com/russross/blackfriday/v2 (current package)
html.go#L356: if node.Prev == nil {
html.go#L630: if node.Prev != nil {
html.go#L631: switch node.Prev.Type {
html.go#L636: if node.Parent.Type == BlockQuote && node.Prev == nil {
html.go#L791: if node.Prev == nil {
node.go#L120: Prev *Node // Previous sibling; nil if it's the first child
node.go#L156: if n.Prev != nil {
node.go#L157: n.Prev.Next = n.Next
node.go#L162: n.Next.Prev = n.Prev
node.go#L164: n.Parent.LastChild = n.Prev
node.go#L168: n.Prev = nil
node.go#L178: child.Prev = n.LastChild
node.go#L190: sibling.Prev = n.Prev
node.go#L191: if sibling.Prev != nil {
node.go#L192: sibling.Prev.Next = sibling
node.go#L195: n.Prev = sibling
node.go#L197: if sibling.Prev == nil {
![]() |
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. |