func github.com/yuin/goldmark/util.TrimRightSpaceLength
7 uses
github.com/yuin/goldmark/util (current package)
util.go#L402: func TrimRightSpaceLength(source []byte) int {
github.com/yuin/goldmark/extension
table.go#L187: limit -= util.TrimRightSpaceLength(line)
github.com/yuin/goldmark/parser
atx_heading.go#L103: stop := len(line) - util.TrimRightSpaceLength(line)
atx_heading.go#L141: stop := len(line) - util.TrimRightSpaceLength(line)
fcode_block.go#L54: right := util.TrimRightSpaceLength(rest)
setext_headings.go#L31: end -= util.TrimRightSpaceLength(line[start:end])
github.com/yuin/goldmark/text
segment.go#L77: l := util.TrimRightSpaceLength(v)
![]() |
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. |