github.com/russross/blackfriday/v2.Markdown.insideLink (field)
7 uses
github.com/russross/blackfriday/v2 (current package)
inline.go#L234: if p.insideLink && (offset > 0 && data[offset-1] == '[' || len(data)-1 > offset && data[offset+1] == '^') {
inline.go#L560: insideLink := p.insideLink
inline.go#L561: p.insideLink = true
inline.go#L563: p.insideLink = insideLink
inline.go#L767: if p.insideLink || len(data) < offset+shortestPrefix {
markdown.go#L181: insideLink bool
markdown.go#L278: p.insideLink = false
![]() |
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. |