github.com/russross/blackfriday/v2.SPRenderer.callbacks (field)
18 uses
github.com/russross/blackfriday/v2 (current package)
smartypants.go#L27: callbacks [256]smartCallback
smartypants.go#L399: r.callbacks['"'] = r.smartDoubleQuote
smartypants.go#L401: r.callbacks['&'] = smartAmpRegular
smartypants.go#L403: r.callbacks['&'] = smartAmpRegularNBSP
smartypants.go#L406: r.callbacks['"'] = r.smartAngledDoubleQuote
smartypants.go#L408: r.callbacks['&'] = smartAmpAngled
smartypants.go#L410: r.callbacks['&'] = smartAmpAngledNBSP
smartypants.go#L413: r.callbacks['\''] = r.smartSingleQuote
smartypants.go#L414: r.callbacks['('] = r.smartParens
smartypants.go#L417: r.callbacks['-'] = r.smartDash
smartypants.go#L419: r.callbacks['-'] = r.smartDashLatex
smartypants.go#L422: r.callbacks['.'] = r.smartPeriod
smartypants.go#L424: r.callbacks['1'] = r.smartNumber
smartypants.go#L425: r.callbacks['3'] = r.smartNumber
smartypants.go#L428: r.callbacks[ch] = r.smartNumberGeneric
smartypants.go#L431: r.callbacks['<'] = r.smartLeftAngle
smartypants.go#L432: r.callbacks['`'] = r.smartBacktick
smartypants.go#L440: if action := r.callbacks[text[i]]; action != nil {
![]() |
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. |