diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-09-27 08:48:34 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-09-27 08:48:34 -0700 |
| commit | 5849317bd3cdc8e5f7fd834945aa947b85c320ab (patch) | |
| tree | 0f1c53179f4077ddb8b38dc0c0da73cdc861e6e9 | |
| parent | d2b300e96d5b8e08d0c15aee4431c18b3c658540 (diff) | |
Add link to pandoc-lua manual.
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 8d324b171..8529fce08 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -7106,8 +7106,10 @@ Calling the pandoc executable under the name `pandoc-lua` or with 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 `-i` option has no effect. +For full documentation, see the [pandoc-lua] man page. [lua standalone]: https://www.lua.org/manual/5.4/manual.html#7 +[pandoc-server]: https://github.com/jgm/pandoc/blob/master/doc/pandoc-lua.md # A note on security |
