github.com/russross/blackfriday/v2.LinkData.Destination (field)
12 uses
github.com/russross/blackfriday/v2 (current package)
html.go#L341: urlFrag := prefix + string(slugify(node.Destination))
html.go#L555: dest := node.LinkData.Destination
html.go#L595: dest := node.LinkData.Destination
inline.go#L553: linkNode.Destination = normalizeURI(uLink)
inline.go#L568: linkNode.Destination = uLink
inline.go#L575: linkNode.Destination = link
inline.go#L643: node.Destination = link
inline.go#L645: node.Destination = append([]byte("mailto:"), link...)
inline.go#L893: node.Destination = uLink.Bytes()
node.go#L84: Destination []byte // Destination is what goes into a href
golang.org/x/pkgsite/internal/frontend
overview.go#L50: if d := translateLink(string(node.LinkData.Destination), mi.SourceInfo, useRaw, readme); d != "" {
overview.go#L51: node.LinkData.Destination = []byte(d)
![]() |
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. |