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

4 uses

	github.com/yuin/goldmark/text (current package)
		segment.go#L186: func (s *Segments) Set(i int, v Segment) {

	github.com/yuin/goldmark/extension
		table.go#L176: 			node.Lines().Set(i-2, last)

	github.com/yuin/goldmark/parser
		atx_heading.go#L241: 		node.Lines().Set(lastIndex, lastLine)
		paragraph.go#L57: 		node.Lines().Set(length-1, lastLine.TrimRightSpace(reader.Source()))