aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-11 11:01:38 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-11 14:41:11 -0800
commit6174b5bea5e8c4c35c191bd62f1f42e4d7fce69e (patch)
tree77c969bad5269afb10a2afd4245e1c3abbb476e0 /pandoc.cabal
parent5bedd6219a73113123ebf13f6de43c230386d3ca (diff)
downloadpandoc-6174b5bea5e8c4c35c191bd62f1f42e4d7fce69e.tar.gz
Add lua filter functions to walk inline and block elements.
Refactored some code from Text.Pandoc.Lua.PandocModule into new internal module Text.Pandoc.Lua.Filter. Add `walk_inline` and `walk_block` in pandoc lua module.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 19dfde40e..7522304e5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -478,6 +478,7 @@ library
Text.Pandoc.Readers.Org.Parsing,
Text.Pandoc.Readers.Org.Shared,
Text.Pandoc.Lua.PandocModule,
+ Text.Pandoc.Lua.Filter,
Text.Pandoc.Lua.StackInstances,
Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,