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])