type github.com/yuin/goldmark/extension/ast.FootnoteLink
11 uses
github.com/yuin/goldmark/extension/ast (current package)
footnote.go#L11: type FootnoteLink struct {
footnote.go#L18: func (n *FootnoteLink) Dump(source []byte, level int) {
footnote.go#L29: func (n *FootnoteLink) Kind() gast.NodeKind {
footnote.go#L34: func NewFootnoteLink(index int) *FootnoteLink {
footnote.go#L35: return &FootnoteLink{
github.com/yuin/goldmark/extension
footnote.go#L170: var fnlist []*ast.FootnoteLink
footnote.go#L172: fnlist = tmp.([]*ast.FootnoteLink)
footnote.go#L174: fnlist = []*ast.FootnoteLink{}
footnote.go#L198: var fnlist []*ast.FootnoteLink
footnote.go#L203: fnlist = tmp.([]*ast.FootnoteLink)
footnote.go#L513: n := node.(*ast.FootnoteLink)
![]() |
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. |