aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-12-17 17:32:28 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2021-12-17 14:45:27 -0800
commit7a70b87facffe5f2daaaa58af9fadad89b81a9e9 (patch)
tree1ab71d75db228b178c5f9553105eae7b3c89b396 /pandoc.cabal
parent61ffa55835bf8ee0d86431e52d9a5d9482bd7bb3 (diff)
downloadpandoc-7a70b87facffe5f2daaaa58af9fadad89b81a9e9.tar.gz
Lua: add function `pandoc.utils.references`
List with all cited references of a document. Closes: #7752
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 13db955b9..b09b19144 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -697,6 +697,7 @@ library
Text.Pandoc.Lua.Marshal.Context,
Text.Pandoc.Lua.Marshal.PandocError,
Text.Pandoc.Lua.Marshal.ReaderOptions,
+ Text.Pandoc.Lua.Marshal.Reference,
Text.Pandoc.Lua.Marshal.Sources,
Text.Pandoc.Lua.Module.MediaBag,
Text.Pandoc.Lua.Module.Pandoc,