Merge pull request #4618 from spudowiar/fix-test-state-leakage
Merge pull request 4618
This commit is contained in:
commit
f274179d9b
|
@ -14,6 +14,7 @@ class TestKramdown < JekyllUnitTest
|
||||||
'auto_ids' => false,
|
'auto_ids' => false,
|
||||||
'footnote_nr' => 1,
|
'footnote_nr' => 1,
|
||||||
|
|
||||||
|
'syntax_highlighter' => 'rouge',
|
||||||
'syntax_highlighter_opts' => {
|
'syntax_highlighter_opts' => {
|
||||||
'bold_every' => 8, 'css' => :class
|
'bold_every' => 8, 'css' => :class
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue