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