github.com/yuin/goldmark/text.Segments.Unshift (method)

2 uses

	github.com/yuin/goldmark/text (current package)
		segment.go#L206: func (s *Segments) Unshift(v Segment) {

	github.com/yuin/goldmark/parser
		setext_headings.go#L94: 			next.(ast.Node).Lines().Unshift(segment)