func github.com/yuin/goldmark/util.IsHexDecimal
5 uses
github.com/yuin/goldmark/util (current package)
util.go#L603: i, ok = ReadWhile(source, [2]int{start, limit}, IsHexDecimal)
util.go#L694: if c == '%' && i+2 < limit && IsHexDecimal(v[i+1]) && IsHexDecimal(v[i+1]) {
util.go#L840: func IsHexDecimal(c byte) bool {
github.com/yuin/goldmark/renderer/html
html.go#L732: i, ok = util.ReadWhile(source, [2]int{start, limit}, util.IsHexDecimal)
![]() |
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. |