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() {