github.com/yuin/goldmark/extension/ast.Footnote.Index (field)
10 uses
github.com/yuin/goldmark/extension/ast (current package)
footnote.go#L78: Index int
footnote.go#L84: m["Index"] = fmt.Sprintf("%v", n.Index)
footnote.go#L101: Index: -1,
github.com/yuin/goldmark/extension
footnote.go#L157: if d.Index < 0 {
footnote.go#L159: d.Index = list.Count
footnote.go#L161: index = d.Index
footnote.go#L231: index := fn.Index
footnote.go#L242: if n1.(*ast.Footnote).Index < n2.(*ast.Footnote).Index {
footnote.go#L561: is := strconv.Itoa(n.Index)
![]() |
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. |