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) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |