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
When I use footnotes1, the language server generates a warning.
Here’s a repro, put this is src/test/diagnostic.test.ts:
test('Should not generate diagnostic for valid footnotes',withStore(async(store)=>{constdoc=newInMemoryDocument(workspacePath('doc.test.md'),joinLines(`footnotes should work[^fn1]`,``,`[^fn1]: this is a footnote`,));constworkspace=store.add(newInMemoryWorkspace([doc]));constdiagnostics=awaitgetComputedDiagnostics(store,doc,workspace);assertDiagnosticsEqual(diagnostics,[]);}));
When I use footnotes1, the language server generates a warning.
Here’s a repro, put this is
src/test/diagnostic.test.ts
:Footnotes
https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/ ↩
The text was updated successfully, but these errors were encountered: