github.com/yuin/goldmark/text.Segments.SetSliced (method)
4 uses
github.com/yuin/goldmark/text (current package)
segment.go#L191: func (s *Segments) SetSliced(lo, hi int) {
github.com/yuin/goldmark/extension
table.go#L169: node.Lines().SetSliced(0, i-1)
github.com/yuin/goldmark/parser
code_block.go#L76: lines.SetSliced(0, length+1)
link_ref.go#L38: lines.SetSliced(0, remove[0]-offset)
![]() |
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. |