summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-09-13 19:54:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-09-13 19:54:40 -0700
commit3f990ad0a1004dc65c8e223f73fffd9b4cac49c1 (patch)
tree298afe158ac6732c2bd685c9bfc89e21882052f1
parentc9fe8b81cac1ee2e3cdb80a6fbbb39b2803f1174 (diff)
Require latest commonmark-extensions
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 74bdb2ccc..4e802dfa4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -475,7 +475,7 @@ library
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.8.1 && < 0.9,
commonmark >= 0.2.3 && < 0.3,
- commonmark-extensions >= 0.2.3.5 && < 0.3,
+ commonmark-extensions >= 0.2.3.6 && < 0.3,
commonmark-pandoc >= 0.2.1.3 && < 0.3,
containers >= 0.6.0.1 && < 0.7,
crypton-connection >= 0.3.1 && < 0.4,