From b1f6fb4af5e6df40fe72d6224512f60be082a8cd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 17 Aug 2017 12:07:07 -0700 Subject: HTML reader: support column alignments. These can be set either with a `width` attribute or with `text-width` in a `style` attribute. Closes #1881. --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 7e7ed97b7..4d93ea2b9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -301,6 +301,7 @@ Library HTTP >= 4000.0.5 && < 4000.4, texmath >= 0.9.4.1 && < 0.10, xml >= 1.3.12 && < 1.4, + split >= 0.2 && < 0.3, random >= 1 && < 1.2, pandoc-types >= 1.17 && < 1.18, aeson >= 0.7 && < 1.3, -- cgit v1.2.3