github.com/russross/blackfriday/v2.Markdown.fencedCodeBlock (method)
4 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L114: if i := p.fencedCodeBlock(data, true); i > 0 {
block.go#L670: func (p *Markdown) fencedCodeBlock(data []byte, doRender bool) int {
block.go#L980: if i := p.fencedCodeBlock(data[end:], false); i > 0 {
block.go#L1538: if p.fencedCodeBlock(current, false) > 0 {
![]() |
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. |