func github.com/yuin/goldmark/util.ToValidRune
4 uses
github.com/yuin/goldmark/util (current package)
util.go#L519: func ToValidRune(v rune) rune {
util.go#L608: runeSize := utf8.EncodeRune(buf, ToValidRune(rune(v)))
util.go#L620: runeSize := utf8.EncodeRune(buf, ToValidRune(rune(v)))
github.com/yuin/goldmark/renderer/html
html.go#L686: _, _ = writer.WriteRune(util.ToValidRune(r))
![]() |
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. |