const github.com/yuin/goldmark/extension.RightDoubleQuote

4 uses

	github.com/yuin/goldmark/extension (current package)
		typographer.go#L46: 	RightDoubleQuote
		typographer.go#L74: 	replacements[RightDoubleQuote] = []byte("”")
		typographer.go#L281: 			if s.Substitutions[RightDoubleQuote] != nil && counter.Double > 0 {
		typographer.go#L289: 					node := gast.NewString(s.Substitutions[RightDoubleQuote])