Age | Commit message (Expand) | Author | Files | Lines |
2020-10-08 | Fix apparent typos in sample.lua (#6729) | William Lupton | 1 | -8/+7 |
2020-02-12 | sample.lua - fix error message. | John MacFarlane | 1 | -1/+1 |
2020-02-11 | sample.lua: Fix typo in descriptive comments (#6136) | Caleb Maclennan | 1 | -2/+1 |
2019-01-16 | sample.lua: Add a missing '>' | MichaWiedenmann | 1 | -1/+1 |
2018-11-29 | sample.lua: add SingleQuoted, DoubleQuoted. | John MacFarlane | 1 | -0/+8 |
2018-10-14 | Custom writer: provide PANDOC_DOCUMENT instead of Setup function | Albert Krewinkel | 1 | -23/+13 |
2018-10-13 | Custom writer: give full access to doc in optional Setup function (#4967) | Albert Krewinkel | 1 | -3/+34 |
2018-10-13 | data/sample.lua: replace custom pipe function with pandoc.utils.pipe | Albert Krewinkel | 1 | -14/+3 |
2017-12-27 | data/sample.lua: use `next` instead of for loop | Albert Krewinkel | 1 | -4/+3 |
2017-12-27 | Removed extra comment. | John MacFarlane | 1 | -1/+0 |
2017-12-27 | Revert "data/sample.lua: Fixed problem with definition lists." | John MacFarlane | 1 | -3/+5 |
2017-12-27 | data/sample.lua: fixed problem with tables. | John MacFarlane | 1 | -1/+1 |
2017-12-27 | data/sample.lua: Fixed problem with definition lists. | John MacFarlane | 1 | -5/+3 |
2017-01-18 | Fix sample.lua barfing on Raw data (#3358) | bumper314 | 1 | -0/+4 |
2016-10-23 | Handle line blocks in sample.lua custom lua writer. | John MacFarlane | 1 | -0/+5 |
2016-06-20 | Implement RawInline and RawBlock in sample lua custom writer. | John MacFarlane | 1 | -0/+12 |
2016-02-05 | Custom writer: Pass attributes parameter to CaptionedImage. | John MacFarlane | 1 | -1/+1 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -2/+6 |
2015-09-15 | sample.lua - define CaptionedImage, add newline at end. | John MacFarlane | 1 | -1/+7 |
2014-07-16 | Custom writers now work with `--template`. | John MacFarlane | 1 | -19/+4 |
2014-07-16 | Made Citation information available in lua custom writer. | John MacFarlane | 1 | -2/+7 |
2013-12-13 | Added Cite function to sample.lua. | John MacFarlane | 1 | -0/+4 |
2013-08-08 | Preliminary support for new Div and Span elements in writers. | John MacFarlane | 1 | -0/+8 |
2013-07-14 | Updated sample.lua for new metadata. | John MacFarlane | 1 | -5/+5 |
2013-06-27 | Custom writer: Pass full metadata, not just tit/auth/date. | John MacFarlane | 1 | -7/+7 |
2013-04-14 | Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`. | John MacFarlane | 1 | -0/+312 |