From 5e039d913f0f8db2e7fc8ea37dee30b174c4594f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 8 Dec 2017 12:16:32 -0800 Subject: Changes for skylighting-0.5. This fixes a bug in 2.0.4, whereby pandoc could not read the theme files generated with `--print-highlight-style`. It also fixes some CSS issues involving line numbers. Highlighted code blocks are now enclosed in a div with class sourceCode. Highlighting CSS no longer sets a generic color for pre and code; we only set these for class `sourceCode`. This will close #4133 and #4128. --- test/lhs-test.html | 64 +++++++++++++++++++++++++++++--------------------- test/lhs-test.html+lhs | 64 +++++++++++++++++++++++++++++--------------------- test/lhs-test.latex | 44 +++++++++++++++++----------------- 3 files changed, 96 insertions(+), 76 deletions(-) (limited to 'test') diff --git a/test/lhs-test.html b/test/lhs-test.html index 95fe40e19..77f75f354 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -13,16 +13,24 @@ div.column{display: inline-block; vertical-align: top; width: 50%;}