diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-03-14 10:11:04 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-03-14 10:11:04 -0700 |
| commit | b2b04a2f1c787344d09740498a1ee0319d657b88 (patch) | |
| tree | 22d7e68073739b6a9c381d8ad28163b4de210362 /pandoc.cabal | |
| parent | b03b0ed6552e16e8308549913854103323e83026 (diff) | |
Use djot 0.1.1.2, update tests.
djot 0.1.1.1 was horribly buggy and dropped content after lists.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 7674aa15e..97877fc99 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -528,7 +528,7 @@ library xml >= 1.3.12 && < 1.4, typst >= 0.5.0.1 && < 0.5.1, vector >= 0.12 && < 0.14, - djot >= 0.1.1.1 && < 0.2, + djot >= 0.1.1.2 && < 0.2, tls >= 2.0.1 && < 2.1, crypton-x509-system >= 1.6.7 && < 1.7 |
