diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-09-27 13:09:55 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-09-27 08:42:27 -0700 |
| commit | efecff1f2f035ee3a0825e969d048d6c5ffacd26 (patch) | |
| tree | e73fa73d741472d1dc2ac00d77e76d6591c6e9a8 /MANUAL.txt | |
| parent | 175b791529a960bf7df8bccb8876783076b3d321 (diff) | |
pandoc-cli: support `-E` flag in pandoc-lua
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index e99c84ef5..44881895c 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -7102,8 +7102,7 @@ Calling the pandoc executable under the name `pandoc-lua` or with `lua` as the first argument will make it function as a standalone Lua interpreter. The behavior is mostly identical to that of the [standalone `lua` executable][lua standalone], version 5.4. -However, there is no REPL yet, and the options `-W`, `-E`, and -`-i` currently don't have any effect. +However, there is no REPL yet, and the `-i` option has no effect. [lua standalone]: https://www.lua.org/manual/5.4/manual.html#7 |
