Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This had been sitting on my laptop for a while
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I've actually had these changes sitting on my laptop for a while.
(before newyears)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|