Home
last modified time | relevance | path

Searched defs:FootnoteList (Results 1 – 8 of 8) sorted by relevance

/dports/devel/liteide/liteide-x37.4/liteidex/vendor/github.com/yuin/goldmark/extension/ast/
H A Dfootnote.go100 type FootnoteList struct { struct
101 gast.BaseBlock
102 Count int
106 func (n *FootnoteList) Dump(source []byte, level int) {
116 func (n *FootnoteList) Kind() gast.NodeKind {
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/yuin/goldmark/extension/ast/
H A Dfootnote.go100 type FootnoteList struct { struct
101 gast.BaseBlock
102 Count int
106 func (n *FootnoteList) Dump(source []byte, level int) {
116 func (n *FootnoteList) Kind() gast.NodeKind {
/dports/devel/gh/cli-2.4.0/vendor/github.com/yuin/goldmark/extension/ast/
H A Dfootnote.go107 type FootnoteList struct { struct
108 gast.BaseBlock
109 Count int
113 func (n *FootnoteList) Dump(source []byte, level int) {
123 func (n *FootnoteList) Kind() gast.NodeKind {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/yuin/goldmark/extension/ast/
H A Dfootnote.go107 type FootnoteList struct { struct
108 gast.BaseBlock
109 Count int
113 func (n *FootnoteList) Dump(source []byte, level int) {
123 func (n *FootnoteList) Kind() gast.NodeKind {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/yuin/goldmark/extension/ast/
H A Dfootnote.go107 type FootnoteList struct { struct
108 gast.BaseBlock
109 Count int
113 func (n *FootnoteList) Dump(source []byte, level int) {
123 func (n *FootnoteList) Kind() gast.NodeKind {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/yuin/goldmark/extension/ast/
H A Dfootnote.go107 type FootnoteList struct { struct
108 gast.BaseBlock
109 Count int
113 func (n *FootnoteList) Dump(source []byte, level int) {
123 func (n *FootnoteList) Kind() gast.NodeKind {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/yuin/goldmark/extension/ast/
H A Dfootnote.go107 type FootnoteList struct { struct
108 gast.BaseBlock
109 Count int
113 func (n *FootnoteList) Dump(source []byte, level int) {
123 func (n *FootnoteList) Kind() gast.NodeKind {
/dports/www/gitea/gitea-1.16.5/modules/markup/common/
H A Dfootnote.go152 type FootnoteList struct { struct
153 ast.BaseBlock
154 Count int
158 func (n *FootnoteList) Dump(source []byte, level int) {
168 func (n *FootnoteList) Kind() ast.NodeKind {