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 {
![]() |
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. |