aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-28 12:20:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-28 12:20:12 -0700
commit7ac8fcbcac366639662ca498ebdead949f5faf09 (patch)
tree196ab9bfbf2c2cebd8b4e14072b7dd819ee3a1c5
parentdd098d4e15090d12cc71301f91a159c5bfb29b50 (diff)
downloadpandoc-7ac8fcbcac366639662ca498ebdead949f5faf09.tar.gz
Require commonmark-pandoc >= 0.2.2.1.
This fixes task lists with multiple paragraphs.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index eb9633bd0..84a04c6b6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -453,7 +453,7 @@ library
citeproc >= 0.4.0.1 && < 0.4.1,
commonmark >= 0.2.1 && < 0.3,
commonmark-extensions >= 0.2.1.2 && < 0.3,
- commonmark-pandoc >= 0.2.1 && < 0.3,
+ commonmark-pandoc >= 0.2.1.1 && < 0.3,
connection >= 0.3.1,
containers >= 0.4.2.1 && < 0.7,
data-default >= 0.4 && < 0.8,
diff --git a/stack.yaml b/stack.yaml
index 170323b62..cde22f68c 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -8,6 +8,7 @@ packages:
- '.'
extra-deps:
- commonmark-0.2.1
+- commonmark-pandoc-0.2.1.1
- skylighting-core-0.10.5.2
- skylighting-0.10.5.2
- git: https://github.com/jgm/doctemplates