func github.com/yuin/goldmark/ast.NewRawTextSegment

5 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L183: func NewRawTextSegment(v textm.Segment) *Text {

	github.com/yuin/goldmark/extension
		table.go#L313: 							n1 := gast.NewRawTextSegment(segment.WithStop(pos))
		table.go#L314: 							n2 := gast.NewRawTextSegment(segment.WithStart(pos + 1))

	github.com/yuin/goldmark/parser
		code_span.go#L48: 						node.AppendChild(node, ast.NewRawTextSegment(segment))
		code_span.go#L56: 			node.AppendChild(node, ast.NewRawTextSegment(segment))