diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-28 22:50:33 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-28 22:50:33 -0800 |
commit | f6fdad92a7b8e04707509f2673d339a0f538b9e0 (patch) | |
tree | 8f2872f7a4976840c46c154023c4bf54006cfb7b /man | |
parent | 13fc2b559840e3f893b6c01c68c542a17edd8480 (diff) | |
download | pandoc-f6fdad92a7b8e04707509f2673d339a0f538b9e0.tar.gz |
Update man page.
Diffstat (limited to 'man')
-rw-r--r-- | man/pandoc.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1 index ba809e78b..bd6a85002 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -1,5 +1,5 @@ .\"t -.TH PANDOC 1 "December 27, 2017" "pandoc 2.0.6" +.TH PANDOC 1 "December 27, 2017" "pandoc 2.1" .SH NAME pandoc - general markup converter .SH SYNOPSIS @@ -497,6 +497,9 @@ a specified full or relative path (executable or non\-executable) \f[C]\-\-data\-dir\f[], above). .IP "3." 3 \f[C]$PATH\f[] (executable only) +.PP +Filters and lua\-filters are applied in the order specified on the +command line. .RE .TP .B \f[C]\-\-lua\-filter=\f[]\f[I]SCRIPT\f[] |