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)