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