github.com/yuin/goldmark/ast.RawHTML.Segments (field)
10 uses
github.com/yuin/goldmark/ast (current package)
inline.go#L517: Segments *textm.Segments
inline.go#L527: for i := 0; i < n.Segments.Len(); i++ {
inline.go#L528: segment := n.Segments.At(i)
inline.go#L546: Segments: textm.NewSegments(),
github.com/yuin/goldmark/parser
raw_html.go#L66: node.Segments.Append(segment.WithStop(segment.Start + match[1]))
raw_html.go#L92: node.Segments.Append(text.NewSegment(start, end))
github.com/yuin/goldmark/renderer/html
html.go#L592: l := n.Segments.Len()
html.go#L594: segment := n.Segments.At(i)
golang.org/x/pkgsite/internal/frontend
goldmark.go#L153: for i := 0; i < n.Segments.Len(); i++ {
goldmark.go#L154: segment := n.Segments.At(i)
![]() |
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. |