Default Maruku fenced_code_blocks to ON.

Extends https://github.com/jekyll/jekyll/pull/1799
This commit is contained in:
Parker Moore 2013-12-15 16:08:21 -05:00
parent b7bdcb19ca
commit 1ebce26881
2 changed files with 4 additions and 2 deletions

View File

@ -49,7 +49,8 @@ module Jekyll
'use_divs' => false, 'use_divs' => false,
'png_engine' => 'blahtex', 'png_engine' => 'blahtex',
'png_dir' => 'images/latex', 'png_dir' => 'images/latex',
'png_url' => '/images/latex' 'png_url' => '/images/latex',
'fenced_code_blocks' => true
}, },
'rdiscount' => { 'rdiscount' => {

View File

@ -316,6 +316,7 @@ maruku:
png_engine: blahtex png_engine: blahtex
png_dir: images/latex png_dir: images/latex
png_url: /images/latex png_url: /images/latex
fenced_code_blocks: true
rdiscount: rdiscount:
extensions: [] extensions: []