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

5 uses

	github.com/russross/blackfriday/v2 (current package)
		smartypants.go#L26: 	inDoubleQuote bool
		smartypants.go#L133: 			if smartQuoteHelper(out, previousChar, nextChar, 'd', &r.inDoubleQuote, false) {
		smartypants.go#L228: 		if smartQuoteHelper(out, previousChar, nextChar, quote, &r.inDoubleQuote, addNBSP) {
		smartypants.go#L273: 		if smartQuoteHelper(out, previousChar, nextChar, 'd', &r.inDoubleQuote, false) {
		smartypants.go#L357: 	if !smartQuoteHelper(out, previousChar, nextChar, quote, &r.inDoubleQuote, false) {