chore(styles): align hash
This commit is contained in:
parent
b9b4d85fb1
commit
827bfcff58
|
@ -179,7 +179,7 @@ class TestKramdown < JekyllUnitTest
|
||||||
should "move coderay to syntax_highlighter_opts" do
|
should "move coderay to syntax_highlighter_opts" do
|
||||||
override = {
|
override = {
|
||||||
"highlighter" => nil,
|
"highlighter" => nil,
|
||||||
"kramdown" => {
|
"kramdown" => {
|
||||||
"syntax_highlighter" => "coderay",
|
"syntax_highlighter" => "coderay",
|
||||||
"coderay" => {
|
"coderay" => {
|
||||||
"hello" => "world",
|
"hello" => "world",
|
||||||
|
|
Loading…
Reference in New Issue