Sha256: e1f16abb8af1ae1db2d50e5122287b4a1439a83a27aa15a86ef0c40e0663477d

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

2.0.0 (master)
-----

* Update to a new-style Middleman extension, dropping compatibility with Middleman versions older than 3.2.x.
* Setting the :css_class option will no longer prevent the language tag from being added as a class as well.
* Rouge lexer options should now be set via the :lexer_options option.
* It is now possible to override options when calling the `code` helper by passing them as the second argument.
* Using the `code` helper from Slim templates no longer escapes the output.
* Added a `:code` filter for Haml as a more whitespace-friendly alternative to the `code` helper.

1.2.1
-----

* Restore compatibility with Middleman 3.0.x series.

1.2.0
-----

* Support Kramdown as Markdown engine in addition to Redcarpet.
* Switch to Rouge from Pygments.rb
* Fix bugs around setting language options.

1.1.1
-----

* Properly merge language attribute for Markdown. #14

1.1.0
-----

* Avoid errors when language is empty. #9
* Allow passing options to Pygments. #5 & #7

1.0.1
-----

* Updated pygments.rb dependency.

1.0.0
-----

* Initial release, basic syntax highlighting.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-syntax-2.0.0 CHANGELOG.md