github.com/russross/blackfriday/v2.Markdown.notes (field)
11 uses
github.com/russross/blackfriday/v2 (current package)
inline.go#L484: noteID = len(p.notes) + 1
inline.go#L506: p.notes = append(p.notes, ref)
inline.go#L518: lr.noteID = len(p.notes) + 1
inline.go#L520: p.notes = append(p.notes, lr)
markdown.go#L186: notes []*reference
markdown.go#L309: p.notes = make([]*reference, 0)
markdown.go#L422: if p.extensions&Footnotes == 0 || len(p.notes) == 0 {
markdown.go#L434: for i := 0; i < len(p.notes); i++ {
markdown.go#L435: ref := p.notes[i]
![]() |
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. |