diff options
| author | Albert Krewinkel <[email protected]> | 2024-05-06 17:06:43 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-05-06 17:06:43 +0200 |
| commit | ddc66cad0b0e170c48e7fdc01fbecf57f329add4 (patch) | |
| tree | 9e75c11b2df99b4c77659f9ad6a337b366647671 /pandoc-lua-engine | |
| parent | 0f29d8195eeb526c4aa14d5f56818f905d5badb5 (diff) | |
Lua: update to pandoc-lua-marshal version 0.2.7.
This fixes counterintuitive behavior of the `content` property on
BulletList and OrderedList items. Unmarshalling of that field now
matches the behavior of the constructor.
Fixes: #8916
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 4221d07fa..a4c2a5fda 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -119,7 +119,7 @@ library , lpeg >= 1.1 && < 1.2 , mtl >= 2.2 && < 2.4 , pandoc >= 3.1.4 && < 3.2 - , pandoc-lua-marshal >= 0.2.6 && < 0.3 + , pandoc-lua-marshal >= 0.2.7 && < 0.3 , pandoc-types >= 1.22 && < 1.24 , parsec >= 3.1 && < 3.2 , text >= 1.1.1 && < 2.2 |
