The docc.plugins.mistletoe plugin doesn't support footnotes (eg. [^1]). It should.
The difficulty here is that each markdown node is rendered independently. To get footnotes to generate and be numbered correctly, they'd all have to be collected and rendered much later in the process.
docc/src/docc/plugins/mistletoe.py
Line 518 in f5e919e
The
docc.plugins.mistletoeplugin doesn't support footnotes (eg.[^1]). It should.The difficulty here is that each markdown node is rendered independently. To get footnotes to generate and be numbered correctly, they'd all have to be collected and rendered much later in the process.