I've been fiddling around with mdx_footnotes, and I've been having
some trouble getting it to work.
The input is:
This is a page with [^This is a footnote!]some footnotes.
And I'm running with:
./markdown.py -x footnotes test
But that just produces:
<p>This is a page with <sup id="fnr1-119077789"><a
href="#fn1-119077789">1</a></sup>some footnotes.
</p>
(it's missing the footnote definitions)
I've peeked at the code, and it seems like this is because nothing is
calling setFootnote... But I could be wrong.
Is anyone using it successfully?
|