Changelog: fix description of lua filters in 2.0 release
Lua filters were initially run *after* conventional (JSON) filters. However, this was changed later to make it easier to deal with files in the mediabag. The changelog is updated to describe that feature of the 2.0 release correctly.
This commit is contained in:
parent
77af25b4c3
commit
cce45f858d
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ pandoc (2.0)
|
|||
* Added lua filters (Albert Krewinkel, #3514). The new `--lua-filter`
|
||||
option works like `--filter` but takes pathnames of special lua filters
|
||||
and uses the lua interpreter baked into pandoc, so that no external
|
||||
interpreter is needed. Note that lua filters are all applied after
|
||||
interpreter is needed. Note that lua filters are all applied before
|
||||
regular filters, regardless of their position on the command line.
|
||||
For documentation of lua filters, see `doc/lua-filters.md`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue