func github.com/russross/blackfriday/v2.text

9 uses

	github.com/russross/blackfriday/v2 (current package)
		inline.go#L64: 				currBlock.AppendChild(text(data[beg:end]))
		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#L674: 		return 2, text(data[1:2])
		inline.go#L729: 	return end, text(ent)
		inline.go#L894: 		node.AppendChild(text(uLink.Bytes()))
		inline.go#L1220: func text(s []byte) *Node {