Skip to content

Commit ba4c6d4

Browse files
committed
scalaGH-644: Remove static html styling of spec code blocks
Prior to this Jekyll configuration change code blocks were being marked up in a ways that disrupted MathJax styling. Tested as far a possible locally. Confidence mainly drawn from html comparison to working 2.11.x version.
1 parent 8e40bef commit ba4c6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseurl: /files/archive/spec/2.12
22
safe: true
33
lsi: false
4-
highlighter: null
4+
highlighter: false
55
markdown: redcarpet
66
encoding: utf-8
77
redcarpet:

0 commit comments

Comments
 (0)