unch-cms/public/assets/vendor/jekyll/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown

19 lines
565 B
Markdown
Raw Normal View History

2022-09-02 11:25:50 +07:00
---
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.
[a regression]: https://github.com/jekyll/jekyll/pull/1830