Published: , by Jonathan M. Hethey,reading time: ~2 minutes
Quick & Dirty: MarkDown to PDF
Writing from a developers point of view and writing from a PBA studies examinators point of view are very different things. Developers want to write code and slam documentation into MarkDown files they can track with git (assumption). PBA examinators want a footnote drenched, printable document, that belongs back in the 1970s (fact).
For my last hand-in I've created a quick & dirty script, that does just that to your MarkDown files.
Check out jmh_md2pdf on github.
Footnotes in MarkDown
To create footnotes in MarkDown you need an interpreter that supports them (the editor is secondary, only the output counts in the end). So by interpreter I mean something like pandoc, which gracefully handles footnotes.The MarkDown syntax for footnotes is mostly the following:
read more about [Heisenberg]^[this text appears in the footnote]