aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-08 22:37:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-08 22:37:38 -0700
commit8696725cd9b07c29086255590ccab038aa31c610 (patch)
tree329791bc84b8a33b4e393780707ee4f1a98eff62 /MANUAL.txt
parent0558ea9836f5350a00f3df19d55ca6bddda1947b (diff)
downloadpandoc-8696725cd9b07c29086255590ccab038aa31c610.tar.gz
Add -L option as shortcut for --lua-filter.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 56823e4b3..3594a541c 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -549,7 +549,7 @@ Reader options {.options}
Filters and lua-filters are applied in the order specified
on the command line.
-`--lua-filter=`*SCRIPT*
+`-L` *SCRIPT*, `--lua-filter=`*SCRIPT*
: Transform the document in a similar fashion as JSON filters (see
`--filter`), but use pandoc's build-in lua filtering system. The given