/inliner

Python script to convert reference-style Markdown endnotes to Pandoc's inline footnotes

Primary LanguagePython

inliner

A Python script to convert reference-style Markdown endnotes (as generated by Pandoc's Markdown writer, i.e. "[^X]: note" at the end of the document) to Pandoc's inline footnotes ("this is some text^[this is a footnote]").

Usage: python inliner.py [input.markdown] [output.markdown]