func github.com/yuin/goldmark/ast.MergeOrReplaceTextSegment
5 uses
github.com/yuin/goldmark/ast (current package)
inline.go#L207: func MergeOrReplaceTextSegment(parent Node, n Node, s textm.Segment) {
github.com/yuin/goldmark/parser
link.go#L144: ast.MergeOrReplaceTextSegment(last.Parent(), last, last.Segment)
link.go#L157: ast.MergeOrReplaceTextSegment(last.Parent(), last, last.Segment)
link.go#L169: ast.MergeOrReplaceTextSegment(last.Parent(), last, last.Segment)
parser.go#L332: ast.MergeOrReplaceTextSegment(d.Parent(), d, d.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. |