For one of my projects, I try to add a footnote to a list item:
- [url](https://www.url.com) - Description[^1].
[^1]: Some footnote.
This, however, keeps throwing a Found reference to undefined definition remark-lint:no-undefined-references
error.
I tried placing the footnote after the punctuation mark, but this does not seem to fix the issue and throws an additional List item description must end with proper punctuation remark-lint:awesome-list-item
error.
The only thing I can currently think of is adding <!--lint ignores no-undefined-references-->
above this reference. I however would love another way since this is a bit constrictive.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too