github.com/yuin/goldmark/ast.baseLink.Destination (field)
17 uses
github.com/yuin/goldmark/ast (current package)
inline.go#L364: Destination []byte
inline.go#L382: m["Destination"] = string(n.Destination)
inline.go#L413: m["Destination"] = string(n.Destination)
inline.go#L433: c.Destination = link.Destination
github.com/yuin/goldmark/parser
link.go#L175: link.Destination = ref.Destination()
link.go#L249: link.Destination = ref.Destination()
link.go#L285: link.Destination = destination
github.com/yuin/goldmark/renderer/html
html.go#L521: if r.Unsafe || !IsDangerousURL(n.Destination) {
html.go#L522: _, _ = w.Write(util.EscapeHTML(util.URLEscape(n.Destination, true)))
html.go#L564: if r.Unsafe || !IsDangerousURL(n.Destination) {
html.go#L565: _, _ = w.Write(util.EscapeHTML(util.URLEscape(n.Destination, true)))
golang.org/x/pkgsite/internal/frontend
goldmark.go#L43: if d := translateLink(string(v.Destination), g.info, true, g.readme); d != "" {
goldmark.go#L44: v.Destination = []byte(d)
goldmark.go#L47: if d := translateLink(string(v.Destination), g.info, false, g.readme); d != "" {
goldmark.go#L48: v.Destination = []byte(d)
goldmark.go#L257: Href: string(l.Destination),
 |
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. |