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