From ec1a06f5effcf57c6c8d1bd30c47e316a2f13206 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 22 Feb 2023 12:32:32 +0100 Subject: lua-filters.md: autogenerate parts of the Lua API docs --- pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module') 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 89c9741af..37aa719f7 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs @@ -79,7 +79,7 @@ repl = defun "repl" repl') <#> opt (parameter (typeChecked "table" istable pure) "table" "env" ("Extra environment; the global environment is merged into this" <> - "table.")) + " table.")) =?> T.unlines [ "The result(s) of the last evaluated input, or nothing if the last" , "input resulted in an error." -- cgit v1.2.3