aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-04-14 23:24:52 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2017-04-14 23:43:59 +0200
commit3aeed816e163b1ad3925caff0496fa05a63d1369 (patch)
tree7042a865cdb02886c36fa1f85d53667a18467d30 /pandoc.cabal
parenteb8de6514b1ed44087a1d98a2cb8745b2903d98b (diff)
downloadpandoc-3aeed816e163b1ad3925caff0496fa05a63d1369.tar.gz
Lua filter: allow shorthand functions for math and quoted
Allow to use functions named `SingleQuoted`, `DoubleQuoted`, `DisplayMath`, and `InlineMath` in filters.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 1 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f8cc78c64..d84012183 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -247,10 +247,7 @@ Extra-Source-Files:
test/odt/odt/*.odt
test/odt/markdown/*.md
test/odt/native/*.native
- test/lua/hello-world-doc.lua
- test/lua/markdown-reader.lua
- test/lua/plain-to-para.lua
- test/lua/strmacro.lua
+ test/lua/*.lua
Source-repository head
type: git
location: git://github.com/jgm/pandoc.git