const github.com/yuin/goldmark/extension.RightSingleQuote
6 uses
github.com/yuin/goldmark/extension (current package)
typographer.go#L42: RightSingleQuote
typographer.go#L72: replacements[RightSingleQuote] = []byte("’")
typographer.go#L246: nt = RightSingleQuote
typographer.go#L250: nt = RightSingleQuote
typographer.go#L261: if s.Substitutions[RightSingleQuote] != nil && counter.Single > 0 {
typographer.go#L265: node := gast.NewString(s.Substitutions[RightSingleQuote])
![]() |
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. |