const github.com/russross/blackfriday/v2.Footnotes
7 uses
github.com/russross/blackfriday/v2 (current package)
inline.go#L242: case p.extensions&Footnotes != 0 && len(data)-1 > offset && data[offset+1] == '^':
inline.go#L250: case p.extensions&Footnotes != 0:
markdown.go#L43: Footnotes // Pandoc-style footnotes
markdown.go#L308: if p.extensions&Footnotes != 0 {
markdown.go#L422: if p.extensions&Footnotes == 0 || len(p.notes) == 0 {
markdown.go#L563: if p.extensions&Footnotes != 0 {
markdown.go#L614: if p.extensions&Footnotes != 0 && noteID != 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. |