github.com/yuin/goldmark/parser.linkLabelState.Segment (field)
9 uses
github.com/yuin/goldmark/parser (current package)
link.go#L17: Segment text.Segment
link.go#L32: Segment: segment,
link.go#L38: return s.Segment.Value(source)
link.go#L144: ast.MergeOrReplaceTextSegment(last.Parent(), last, last.Segment)
link.go#L157: ast.MergeOrReplaceTextSegment(last.Parent(), last, last.Segment)
link.go#L165: ssegment := text.NewSegment(last.Segment.Stop, segment.Start)
link.go#L169: ast.MergeOrReplaceTextSegment(last.Parent(), last, last.Segment)
link.go#L237: ssegment = text.NewSegment(last.Segment.Stop, orgpos.Start-1)
link.go#L376: s.Parent().ReplaceChild(s.Parent(), s, ast.NewTextSegment(s.Segment))
 |
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. |