getpelican/pelican-plugins

[New plugin] reStructuredText footnotes

Opened this issue · 0 comments

Hi,

I've create a simple plugin pelican-rstfootnotes that makes reStructureText's footnotes look ok in the generate HTML.

The plugin basically replaces the default generated tables with a better (IHMO) looking alternative. So instead of the ugly tables generated by the docutils we get a normal looking list (bullet or definition). You can check out an example in the plugin's README.md.

I'm aware there's already the simple-footnotes plugin but I like the idea of using the native reST footnotes.

Just though I post it here and see if someone think this might be useful to add to the list of the plugins. If not then it'll just stay where it is 😉.

Best regards,
Jarek