summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Custom.hs
Commit message (Expand)AuthorAge
* Remove unused import.John MacFarlane2014-07-16
* Custom writers now work with `--template`.John MacFarlane2014-07-16
* Made Citation information available in lua custom writer.John MacFarlane2014-07-16
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Correctly handle UTF-8 in custom lua scripts. Closes #1189.John MacFarlane2014-04-04
* Custom writer: read lua script as UTF-8.John MacFarlane2014-04-04
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Added support for MetaBool.John MacFarlane2013-08-06
* Custom writer: Pass full metadata, not just tit/auth/date.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane2013-04-14