Merge pull request #1831 from jekyll/default-maruku-fenced-code-blocks

This commit is contained in:
Parker Moore
2013-12-25 22:14:23 -08:00
3 changed files with 41 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' => {