github.com/yuin/goldmark/parser.Delimiter.OriginalLength (field)
9 uses
github.com/yuin/goldmark/parser (current package)
delimiter.go#L44: OriginalLength int
delimiter.go#L88: if (d.CanClose || closer.CanOpen) && (d.OriginalLength+closer.OriginalLength)%3 == 0 && closer.OriginalLength%3 != 0 {
delimiter.go#L104: OriginalLength: length,
emphasis.go#L46: node.Segment = segment.WithStop(segment.Start + node.OriginalLength)
emphasis.go#L47: block.Advance(node.OriginalLength)
github.com/yuin/goldmark/extension
strikethrough.go#L53: node.Segment = segment.WithStop(segment.Start + node.OriginalLength)
strikethrough.go#L54: block.Advance(node.OriginalLength)
![]() |
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. |