github.com/russross/blackfriday/v2.Node.AppendChild (method)
10 uses
github.com/russross/blackfriday/v2 (current package)
inline.go#L64: currBlock.AppendChild(text(data[beg:end]))
inline.go#L66: currBlock.AppendChild(node)
inline.go#L80: currBlock.AppendChild(text(data[beg:end]))
inline.go#L556: linkNode.AppendChild(text(altContent))
inline.go#L570: linkNode.AppendChild(text(data[1:txtE]))
inline.go#L647: node.AppendChild(text(stripMailto(link)))
inline.go#L894: node.AppendChild(text(uLink.Bytes()))
inline.go#L1198: strong.AppendChild(em)
markdown.go#L229: p.tip.AppendChild(node)
node.go#L173: func (n *Node) AppendChild(child *Node) {
![]() |
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. |