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,
'png_engine' => 'blahtex',
'png_dir' => 'images/latex',
'png_url' => '/images/latex'
'png_url' => '/images/latex',
'fenced_code_blocks' => true
},
'rdiscount' => {

View File

@ -316,6 +316,7 @@ maruku:
png_engine: blahtex
png_dir: images/latex
png_url: /images/latex
fenced_code_blocks: true
rdiscount:
extensions: []
@ -380,4 +381,4 @@ In addition to the defaults mentioned above, you can also turn on recognition of
For example, in your `_config.yml`:
kramdown:
input: GFM
input: GFM