var github.com/yuin/goldmark/extension.footnoteLinkListKey
6 uses
github.com/yuin/goldmark/extension (current package)
footnote.go#L18: var footnoteLinkListKey = parser.NewContextKey()
footnote.go#L171: if tmp := pc.Get(footnoteLinkListKey); tmp != nil {
footnote.go#L175: pc.Set(footnoteLinkListKey, fnlist)
footnote.go#L177: pc.Set(footnoteLinkListKey, append(fnlist, fnlink))
footnote.go#L202: if tmp := pc.Get(footnoteLinkListKey); tmp != nil {
footnote.go#L207: pc.Set(footnoteLinkListKey, nil)
![]() |
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. |