func github.com/yuin/goldmark/util.ToRune
4 uses
github.com/yuin/goldmark/util (current package)
util.go#L507: func ToRune(source []byte, pos int) rune {
github.com/yuin/goldmark/extension
typographer.go#L224: after = util.ToRune(line, 4)
typographer.go#L235: if len(line) > 1 && (unicode.IsDigit(before) || unicode.IsLetter(before)) && (unicode.IsLetter(util.ToRune(line, 1))) {
github.com/yuin/goldmark/parser
delimiter.go#L126: after = util.ToRune(line, j)
![]() |
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. |