kramdown: fix state leakage (#4617) in test

fixes #4250
This commit is contained in:
Saleem Rashid 2016-03-01 18:38:12 +00:00
parent e3cfe13ef5
commit b0c730d278
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class TestKramdown < JekyllUnitTest
'auto_ids' => false,
'footnote_nr' => 1,
'syntax_highlighter' => 'rouge',
'syntax_highlighter_opts' => {
'bold_every' => 8, 'css' => :class
}