diff options
Diffstat (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs')
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
