diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-11-01 10:44:23 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-11-01 10:48:47 -0800 |
commit | 992657efaa233c8ebcc2e5b87cc328fe419afca0 (patch) | |
tree | 9d6185ff57d94f8048603b600c8fcb47d6273317 | |
parent | 6051c751cef3cec46253bdb4a615d0ee3944f01f (diff) | |
download | pandoc-992657efaa233c8ebcc2e5b87cc328fe419afca0.tar.gz |
Use latest commonmark, commonmark-extensions.
This fixes a bug with nested blocks in footnotes with the
`footnote` extension to `commonmark`. See jgm/commonmark-hs#63.
-rw-r--r-- | pandoc.cabal | 4 | ||||
-rw-r--r-- | stack.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 729710f75..38f67c803 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -405,8 +405,8 @@ library bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, citeproc >= 0.1.0.3 && < 0.2, - commonmark >= 0.1.0.2 && < 0.2, - commonmark-extensions >= 0.2 && < 0.3, + commonmark >= 0.1.1 && < 0.2, + commonmark-extensions >= 0.2.0.2 && < 0.3, commonmark-pandoc >= 0.2 && < 0.3, connection >= 0.3.1, containers >= 0.4.2.1 && < 0.7, diff --git a/stack.yaml b/stack.yaml index 96e85dd87..5a1df2212 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,8 +19,8 @@ extra-deps: - HsYAML-0.2.1.0 - HsYAML-aeson-0.2.0.0 - doctemplates-0.8.2 -- commonmark-0.1.0.2 -- commonmark-extensions-0.2.0.1 +- commonmark-0.1.1 +- commonmark-extensions-0.2.0.2 - commonmark-pandoc-0.2.0.1 - git: https://github.com/jgm/citeproc commit: 1860f189e9995c1dc27a68893bedfbf8de1ee67f |