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) {