github.com/yuin/goldmark/text.Segment.TrimLeftSpace (method)
5 uses
github.com/yuin/goldmark/text (current package)
segment.go#L86: func (t *Segment) TrimLeftSpace(buffer []byte) Segment {
github.com/yuin/goldmark/extension
table.go#L233: seg = seg.TrimLeftSpace(source)
github.com/yuin/goldmark/parser
paragraph.go#L25: segment = segment.TrimLeftSpace(reader.Source())
paragraph.go#L37: segment = segment.TrimLeftSpace(reader.Source())
setext_headings.go#L88: segment = segment.TrimLeftSpace(reader.Source())
![]() |
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. |