aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-12 13:51:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-12 14:37:07 -0700
commit46179d5b3e84b5c709e09924cbda524230ebd3fe (patch)
tree0f3da4bc4f2a0e508f8608ec3ab1e0b73e18c42b /pandoc.cabal
parent9c76c52e9bb1481234b8ee5ef9c524a5a61d43bd (diff)
downloadpandoc-46179d5b3e84b5c709e09924cbda524230ebd3fe.tar.gz
Use latest skylighting.
This adds `aria-hidden="true"` to the empty a elements, which helps people who use screen readers.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 98b91cc81..d768cc784 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -404,8 +404,8 @@ library
tagsoup >= 0.14.6 && < 0.15,
base64-bytestring >= 0.1 && < 1.2,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.8.3.2 && < 0.9,
- skylighting-core >= 0.8.3.2 && < 0.9,
+ skylighting >= 0.8.4 && < 0.9,
+ skylighting-core >= 0.8.4 && < 0.9,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10,