func github.com/yuin/goldmark/util.URLEscape

4 uses

	github.com/yuin/goldmark/util (current package)
		util.go#L678: func URLEscape(v []byte, resolveReference bool) []byte {

	github.com/yuin/goldmark/renderer/html
		html.go#L450: 	_, _ = w.Write(util.EscapeHTML(util.URLEscape(url, false)))
		html.go#L522: 			_, _ = w.Write(util.EscapeHTML(util.URLEscape(n.Destination, true)))
		html.go#L565: 		_, _ = w.Write(util.EscapeHTML(util.URLEscape(n.Destination, true)))