github.com/russross/blackfriday/v2.SPRenderer.inSingleQuote (field)

2 uses

	github.com/russross/blackfriday/v2 (current package)
		smartypants.go#L25: 	inSingleQuote bool
		smartypants.go#L158: 	if smartQuoteHelper(out, previousChar, nextChar, 's', &r.inSingleQuote, false) {