diff options
| author | Albert Krewinkel <[email protected]> | 2024-03-29 18:58:36 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-03-29 19:03:05 +0100 |
| commit | 2792d218b126a7d1771eb5f0b3cb9018b605f213 (patch) | |
| tree | 9c79c2fb0a183310dffba2f928865cee00dd944b /pandoc-lua-engine | |
| parent | e4ac26d255ad8748c01301b3319975de39a8f43f (diff) | |
Require pandoc-lua-marshal 0.2.6
Fixes an issue arising when the value of `content` properties
on *BlockQuote*, *Figure*, and *Div* elements was an empty list.
Fixes: #9613
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 6cc487eea..b4edc0d6e 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -117,7 +117,7 @@ library , lpeg >= 1.1 && < 1.2 , mtl >= 2.2 && < 2.4 , pandoc >= 3.1.4 && < 3.2 - , pandoc-lua-marshal >= 0.2.2 && < 0.3 + , pandoc-lua-marshal >= 0.2.6 && < 0.3 , pandoc-types >= 1.22 && < 1.24 , parsec >= 3.1 && < 3.2 , text >= 1.1.1 && < 2.2 |
