summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog2
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.pkg.yaml2
-rw-r--r--stack.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/changelog b/changelog
index f1edc71be..29a9ee5cd 100644
--- a/changelog
+++ b/changelog
@@ -16,7 +16,7 @@ pandoc (2.0.1.1)
symbols and fixes default column alignments in MathML
and OMML.
- * Highlighting fixes, using skylighting 0.4.3.1:
+ * Highlighting fixes, using skylighting 0.4.3.2:
+ Fix invalid CSS.
+ Support `lineAnchors` (or `line-anchors`) in HTML code blocks.
diff --git a/pandoc.cabal b/pandoc.cabal
index 985866fc0..19dfde40e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -320,7 +320,7 @@ library
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
- skylighting >= 0.4.3.1 && <0.5,
+ skylighting >= 0.4.3.2 && <0.5,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.3,
blaze-html >= 0.5 && < 0.10,
diff --git a/stack.pkg.yaml b/stack.pkg.yaml
index 5d154b26b..960e130fe 100644
--- a/stack.pkg.yaml
+++ b/stack.pkg.yaml
@@ -15,7 +15,7 @@ packages:
extra-deps:
- pandoc-types-1.17.2
- hslua-0.9.2
-- skylighting-0.4.3.1
+- skylighting-0.4.3.2
- texmath-0.10
- cmark-gfm-0.1.1
- QuickCheck-2.10.0.1
diff --git a/stack.yaml b/stack.yaml
index e024d86ce..b8c0357b8 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -9,7 +9,7 @@ packages:
extra-deps:
- pandoc-types-1.17.2
- hslua-0.9.2
-- skylighting-0.4.3.1
+- skylighting-0.4.3.2
- texmath-0.10
- cmark-gfm-0.1.1
- QuickCheck-2.10.0.1