func github.com/russross/blackfriday/v2.escapeHTML
11 uses
github.com/russross/blackfriday/v2 (current package)
esc.go#L15: func escapeHTML(w io.Writer, s []byte) {
esc.go#L33: escapeHTML(w, []byte(unesc))
html.go#L511: escapeHTML(&tmp, node.Literal)
html.go#L517: escapeHTML(w, node.Literal)
html.go#L578: escapeHTML(&titleBuff, node.LinkData.Title)
html.go#L612: escapeHTML(w, node.LinkData.Title)
html.go#L619: escapeHTML(w, node.Literal)
html.go#L765: escapeHTML(w, node.Literal)
html.go#L868: escapeHTML(w, []byte(r.Title))
html.go#L881: escapeHTML(w, []byte(r.CSS))
html.go#L888: escapeHTML(w, []byte(r.Icon))
 |
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. |