## About kramdown
kramdown (sic, not Kramdown or KramDown, just kramdown) is a *free*
MIT-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.gettalong.org
## kramdown 1.11.1 released
This release fixes an emphasis parsing regression introduced in the
last version.
## Changes
* 1 bug fix:
- Fixed emphasis parsing regression (fixes [#333], reported by Marcus
Stollsteimer)
[#333]: https://github.com/gettalong/kramdown/issues/333
Cheers,
Thomas