github.com/russross/blackfriday/v2.SPRenderer.smartAmp (method)
5 uses
github.com/russross/blackfriday/v2 (current package)
smartypants.go#L241: func (r *SPRenderer) smartAmp(angledQuotes, addNBSP bool) func(*bytes.Buffer, byte, []byte) int {
smartypants.go#L390: smartAmpAngled = r.smartAmp(true, false)
smartypants.go#L391: smartAmpAngledNBSP = r.smartAmp(true, true)
smartypants.go#L392: smartAmpRegular = r.smartAmp(false, false)
smartypants.go#L393: smartAmpRegularNBSP = r.smartAmp(false, true)
![]() |
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. |