func github.com/russross/blackfriday/v2.smartQuoteHelper

6 uses

	github.com/russross/blackfriday/v2 (current package)
		smartypants.go#L45: func smartQuoteHelper(out *bytes.Buffer, previousChar byte, nextChar byte, quote byte, isOpen *bool, addNBSP bool) bool {
		smartypants.go#L133: 			if smartQuoteHelper(out, previousChar, nextChar, 'd', &r.inDoubleQuote, false) {
		smartypants.go#L158: 	if smartQuoteHelper(out, previousChar, nextChar, 's', &r.inSingleQuote, 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) {