parent
6121de369c
commit
85334eb6c4
2 changed files with 5 additions and 0 deletions
|
@ -267,6 +267,10 @@ variables.
|
|||
While the object can be modified, the changes will **not**
|
||||
be picked up by pandoc.
|
||||
|
||||
This variable is also set in custom writers.
|
||||
|
||||
*Since: pandoc 2.17*
|
||||
|
||||
`PANDOC_VERSION`
|
||||
: Contains the pandoc version as a [Version] object which
|
||||
behaves like a numerically indexed table, most significant
|
||||
|
|
|
@ -89,6 +89,7 @@ writeCustom :: (PandocMonad m, MonadIO m)
|
|||
writeCustom luaFile opts doc@(Pandoc meta _) = do
|
||||
let globals = [ PANDOC_DOCUMENT doc
|
||||
, PANDOC_SCRIPT_FILE luaFile
|
||||
, PANDOC_WRITER_OPTIONS opts
|
||||
]
|
||||
res <- runLua $ do
|
||||
setGlobals globals
|
||||
|
|
Loading…
Reference in a new issue