summaryrefslogtreecommitdiff
path: root/public/arch-systemd.md
AgeCommit message (Collapse)Author
2016-02-28whitespace cleanupLuke Shumaker
2014-01-26Quote the dates to work with the new pandocLuke Shumaker
2013-12-22arch-systemd: tweak wordingLuke Shumaker
2013-12-17arch-systemd: fix multi-paragraph footnote for pandocLuke Shumaker
2013-11-24Switch from rdiscount to Pandoc.Luke Shumaker
But, I am still using ERB for the templating; I wrote my own Ruby Pandoc bindings because pandoc-ruby sucks; it has more code but does less. This was slightly painful, as I had to switch all of the articles from my hacked-on metadata format to Pandoc's format.
2013-10-13pagerender.rb: add footnote support, arch-systemd.md: use it.Luke Shumaker
I saw that the new version of rdiscount supported php-markdown-extra style footnotes and got excited. However, when I enabled it, I was disappointed to learn that it didn't support multi-line footnotes. Lame! So, I implemented that as a pre/post processor.
2013-10-12initial commitLuke Shumaker