From 70511692a8aca072440e3136b3ac5150ec7a42b5 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 20 Mar 2023 16:05:19 +0100 Subject: Lua: add Windows-specific note to pandoc.cli.repl docs --- pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pandoc-lua-engine/src') diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs index c126d5338..a820cad04 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs @@ -105,6 +105,9 @@ repl = defun "repl" , " -- in the repl" , " return pandoc.cli.repl{ doc = doc }" , " end" + , "" + , "**Note**: it seems that the function exists immediately on Windows," + , "without prompting for user input." ] where fillWithGlobals idx = do -- cgit v1.2.3