type github.com/yuin/goldmark/extension/ast.FootnoteList
11 uses
github.com/yuin/goldmark/extension/ast (current package)
footnote.go#L107: type FootnoteList struct {
footnote.go#L113: func (n *FootnoteList) Dump(source []byte, level int) {
footnote.go#L123: func (n *FootnoteList) Kind() gast.NodeKind {
footnote.go#L128: func NewFootnoteList() *FootnoteList {
footnote.go#L129: return &FootnoteList{
github.com/yuin/goldmark/extension
footnote.go#L87: var list *ast.FootnoteList
footnote.go#L89: list = tlist.(*ast.FootnoteList)
footnote.go#L146: var list *ast.FootnoteList
footnote.go#L148: list = tlist.(*ast.FootnoteList)
footnote.go#L197: var list *ast.FootnoteList
footnote.go#L200: list = tmp.(*ast.FootnoteList)
![]() |
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. |