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))
![]() |
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. |