type github.com/yuin/goldmark/extension/ast.Footnote
10 uses
github.com/yuin/goldmark/extension/ast (current package)
footnote.go#L75: type Footnote struct {
footnote.go#L82: func (n *Footnote) Dump(source []byte, level int) {
footnote.go#L93: func (n *Footnote) Kind() gast.NodeKind {
footnote.go#L98: func NewFootnote(ref []byte) *Footnote {
footnote.go#L99: return &Footnote{
github.com/yuin/goldmark/extension
footnote.go#L155: d := def.(*ast.Footnote)
footnote.go#L230: fn := footnote.(*ast.Footnote)
footnote.go#L242: if n1.(*ast.Footnote).Index < n2.(*ast.Footnote).Index {
footnote.go#L560: n := node.(*ast.Footnote)
![]() |
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. |