[ANN] kramdown 0.14.0 released

## About kramdown

kramdown (sic, not Kramdown or KramDown, just kramdown) is a *free*
GPL-licensed [Ruby](http://www.ruby-lang.org) library for parsing a
superset of Markdown. It is completely written in Ruby, supports
standard Markdown (with some minor modifications) and various
extensions that have been made popular by the PHP Markdown Extra
package and Maruku.

Homepage for installation instructions and documentation:
   http://kramdown.rubyforge.org

## kramdown 0.14.1 released

This is just a bug fix release and it is recommened to update to this
version.

## Changes

* 3 bug fixes

  - Only HTML elements that must not contain a body (like `<br />`) are
    output in this form, all other elements now use an explicit closing
    tag (resolves among other things issues with `<i>`)
  - Specifying a block IAL before a definition list now works correctly
  - Fixed bug [GH#30]: Empty body for a definition in a definition list
    lead to an exception (reported by Mark Johnson)

[GH#30]: https://github.com/gettalong/kramdown/issues/30