github.com/yuin/goldmark/text.Segment.IsEmpty (method)
6 uses
github.com/yuin/goldmark/text (current package)
segment.go#L69: func (t *Segment) IsEmpty() bool {
github.com/yuin/goldmark/parser
code_span.go#L47: if !segment.IsEmpty() {
code_span.go#L65: if !(!segment.IsEmpty() && block.Source()[segment.Start] == ' ') {
code_span.go#L69: if !(!segment.IsEmpty() && block.Source()[segment.Stop-1] == ' ') {
paragraph.go#L26: if segment.IsEmpty() {
paragraph.go#L38: if segment.IsEmpty() {
![]() |
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. |