func github.com/yuin/goldmark/util.IsPunctRune
4 uses
github.com/yuin/goldmark/util (current package)
util.go#L820: func IsPunctRune(r rune) bool {
github.com/yuin/goldmark/extension
typographer.go#L226: if len(line) == 3 || util.IsSpaceRune(after) || util.IsPunctRune(after) {
github.com/yuin/goldmark/parser
delimiter.go#L130: beforeIsPunctuation := util.IsPunctRune(before)
delimiter.go#L132: afterIsPunctuation := util.IsPunctRune(after)
![]() |
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. |