Just as information, footnotes are not supported and simply inlined by luasmith:
test-link.md:
---
title: Title of the post
description: Short description of the post (for the Atom feed).
date: 2025-04-22
---
Content goes here. Note you can [^1].
## abc
More content goes here. Note you can [^1].
[^1]: https://example.com
Results in:
While GitHub supports them and creates a footnote area:
There is a feature request in the upstream library that is used in luasmith, that you can find at mity/md4c#106.
Just as information, footnotes are not supported and simply inlined by luasmith:
test-link.md:
Results in:
While GitHub supports them and creates a footnote area:
There is a feature request in the upstream library that is used in luasmith, that you can find at mity/md4c#106.