Anton Linevich f15f42c6db PEP8 fixes 7 年 前
..
README.md c85ea081c0 Simple Footnotes plugin. Add footnotes to your text by enclosing them in [ref] and [/ref]. 10 年 前
__init__.py c85ea081c0 Simple Footnotes plugin. Add footnotes to your text by enclosing them in [ref] and [/ref]. 10 年 前
simple_footnotes.py f15f42c6db PEP8 fixes 7 年 前
test_simple_footnotes.py c85ea081c0 Simple Footnotes plugin. Add footnotes to your text by enclosing them in [ref] and [/ref]. 10 年 前

README.md

Simple Footnotes

A Pelican plugin to add footnotes to blog posts.

When writing a post or page, add a footnote like this:

Here's my written text[ref]and here is a footnote[/ref].

This will appear as, roughly:

Here's my written text1

  1. and here is a footnote ↩

Inspired by Andrew Nacin's Simple Footnotes WordPress plugin.

Requirements

Needs html5lib, so you'll want to pip install html5lib before running.

Should work with any content format (ReST, Markdown, whatever), because it looks for the [ref] and [/ref] once the conversion to HTML has happened.

Stuart Langridge, http://www.kryogenix.org/, February 2014.