summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANUAL.txt2
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