You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that footnotes are listed as a supported feature, but when I try to publish a file containing a footnote (using [^1] syntax), Vercel gives an undefined error on the footnote anchor:
10:37:33.286 | [11ty] Original error stack trace: TypeError: Cannot read properties of undefined (reading 'docId')
10:37:33.286 | [11ty] at Object.render_footnote_anchor_name [as footnote_anchor_name] (/vercel/path0/node_modules/markdown-it-footnote/index.js:12:18)
Removing the footnote resolves the issue.
The text was updated successfully, but these errors were encountered:
I see that footnotes are listed as a supported feature, but when I try to publish a file containing a footnote (using
[^1]
syntax), Vercel gives an undefined error on the footnote anchor:Removing the footnote resolves the issue.
The text was updated successfully, but these errors were encountered: