Skip to content

Commit

Permalink
Updated version, release notes and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Jun 26, 2017
1 parent 3c243f4 commit e9714d8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/index.page
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ extensions that have been made popular by the [PHP Markdown Extra] package and [
It is probably the fastest pure-Ruby Markdown converter available (September 2014), being about 3x
faster than [Maruku] and about 4.5x faster than [BlueFeather].

Version **1.13.2**{:itemprop="softwareVersion"} released on
**2017-01-07**{:itemprop="datePublished"}, [more news](news.html)
Version **1.14.0**{:itemprop="softwareVersion"} released on
**2017-06-26**{:itemprop="datePublished"}, [more news](news.html)
{: style="text-align: center; font-size: 80%"}

</div>
Expand Down
26 changes: 26 additions & 0 deletions doc/news/release_1_14_0.page
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: kramdown 1.14.0 released
no_output: true
sort_info: r1140
created_at: 2017-06-26 21:18:00 +02:00
modified_at: 2017-06-26 21:18:00 +02:00
---
## kramdown 1.14.0 released

This release adds support for rouge 2.x and fixes some minor issues - updating is recommended.

## Changes

* 2 minor changes:

- Adapt syntax highlighter for rouge to support version 1.x and 2.x (pull request [#413] by
Hirofumi Wakasugi)
- Alias `Kramdown::Converter::HashAST` to `Kramdown::Converter::HashAst` so that the convenience
method on `Kramdown::Document` works (fixes [#435], requested by Hirofumi Wakasugi)

* 1 bug fix:

- Fix problem with GFM header ID generation when `<<` or `>>` is used (reported by Parker Moore)

[#413]: https://github.com/gettalong/kramdown/pull/413
[#435]: https://github.com/gettalong/kramdown/issues/435
2 changes: 1 addition & 1 deletion lib/kramdown/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
module Kramdown

# The kramdown version.
VERSION = '1.13.2'
VERSION = '1.14.0'

end

0 comments on commit e9714d8

Please sign in to comment.