diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-08-13 18:25:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-08-13 18:29:57 -0700 |
commit | bd73d73a28acc2863bd52bdc6f0f9d850fa34d84 (patch) | |
tree | 3f3740128beaec6e85dccc8bd62a81df8d5414c5 /README | |
parent | 3ebdc5b5f0f5bc88f727a36268d55921672899c0 (diff) | |
download | pandoc-bd73d73a28acc2863bd52bdc6f0f9d850fa34d84.tar.gz |
Removed `--print-sample-lua-writer`, added `--print-default-data-file`.
Closes #943.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -311,9 +311,8 @@ General writer options : Print the default template for an output *FORMAT*. (See `-t` for a list of possible *FORMAT*s.) -`--print-sample-lua-writer` -: Print a sample lua custom writer (see [Custom writers](#custom-writers), - below. +`--print-default-data-file=`*FILE* +: Print a default data file. `--no-wrap` : Disable text wrapping in output. By default, text is wrapped @@ -2759,7 +2758,7 @@ Creating a custom writer requires writing a lua function for each possible element in a pandoc document. To get a documented example which you can modify according to your needs, do - pandoc --print-sample-lua-writer + pandoc --print-default-data-file sample.lua Authors ======= |