summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-12-25 23:31:05 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2017-12-28 14:16:04 +0100
commite5c8b650041a270b58e2f72e18eb28a32f153954 (patch)
tree14b0af0d3b6ddd7b685170debc81d1867a9ea47b /pandoc.cabal
parent2d443ecb07491f81e35b60d9c6cdd9041ab1c4dd (diff)
Org reader: support minlevel option for includes
The level of headers in included files can be shifted to a higher level by specifying a minimum header level via the `:minlevel` parameter. E.g. `#+include: "tour.org" :minlevel 1` will shift the headers in tour.org such that the topmost headers become level 1 headers. Fixes: #4154
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index aa2e52e48..efe734093 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -606,6 +606,7 @@ test-suite test-pandoc
pandoc-types >= 1.17.3 && < 1.18,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
+ time >= 1.5 && < 1.9,
directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
hslua >= 0.9 && < 0.10,