diff options
| author | Albert Krewinkel <[email protected]> | 2024-06-07 18:21:46 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-06-07 20:36:29 +0200 |
| commit | bfb0475d677bd5e7a61629107d99f2371a75e2d1 (patch) | |
| tree | a480786b8436f58613c218adac3384e78063f561 /pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs | |
| parent | 430d525378bc7b318823fb1d5cba09da13ba9453 (diff) | |
doc/lua-filters: autogenerate docs for module pandoc.template
Diffstat (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs')
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs index 8fe24fd6c..fd3006ba6 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Utils.hs @@ -263,7 +263,6 @@ run_lua_filter = defun "run_lua_filter" "\n\nThe filter will be run in the current Lua process." <> "\n" ) - `since` makeVersion [3,2,1] where copynext :: LuaError e => StackIndex -> LuaE e StackIndex copynext to = |
