diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-07-12 07:30:09 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-07-12 07:31:10 -0700 |
| commit | ce7146da9ace881918d3408c8cb790a3d73acde9 (patch) | |
| tree | 24dd189c1f63aa6833442940e423a6bebe1eadde /pandoc.cabal | |
| parent | 0efba28919346f886074efb15b27c65d386c62d6 (diff) | |
Allow latest commonmark-extensions.
This allows entities in wikilinks.
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 07128c781..76401d957 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -474,7 +474,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.4 && < 0.3, + commonmark-extensions >= 0.2.3.5 && < 0.3, commonmark-pandoc >= 0.2.1.3 && < 0.3, containers >= 0.6.0.1 && < 0.7, crypton-connection >= 0.3.1 && < 0.4, |
