diff --git a/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown b/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown new file mode 100644 index 00000000..6bc64718 --- /dev/null +++ b/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown @@ -0,0 +1,16 @@ +--- +layout: news_item +title: 'Jekyll 1.4.2 Released' +date: 2013-12-16 19:48:13 -0500 +author: parkr +version: 1.4.2 +categories: [release] +--- + +This release fixes [a regression][] where Maruku fenced code blocks were turned +off, instead of the previous default to on. We've added a new default +configuration to our `maruku` config key: `fenced_code_blocks` and set it to +default to `true`. + +If you do not wish to use Maruku fenced code blocks, you may turn this option +off in your site's configuration file.