diff options
Diffstat (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua.hs')
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua.hs index cc4bd0519..a42107082 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua.hs @@ -13,8 +13,7 @@ Running pandoc Lua filters. module Text.Pandoc.Lua ( -- * High-level functions applyFilter - , readCustom - , writeCustom + , loadCustom -- * Low-level functions , Global(..) , setGlobals |
