T
Thomas Leitner
## 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.13.3 released
This is just a bug fix release and it is recommened to update to this
version.
## Changes
* 1 minor change:
- Added support for correctly parsing more HTML5 elements (requested
by Bernt Carstenschulz)
* 10 bug fixes:
- Table line `` |a|`b` `` was parsed as `` |a`b` `` (patch by
Masahiro Kitajima)
- Table line `` |`a` `` lead to error condition (patch by Masahiro
Kitajima)
- Added OrderedHash#dup to fix a problem when converting a document
more than once (reported by Michael Papile)
- Fixed places where the document tree was modified during conversion
- Fixed bug in LaTeX image element converter that was introduced in a
former release (reported by Michael Franzl)
- Fixed problem with block HTML tag being treated as header text
- Fixed problem with footnotes in LaTeX tables -- now using
`longtable` instead of `tabular` environment (reported by Michael
Franzl)
- The `style` attribute is now used for outputting table cell
alignments in HTML instead of using the deprecated `col` tags
- Fixed HTML-to-native conversion of unsupported HTML elements
- Fixed kramdown converter to correctly output table cells with
attributes
* 1 documentation fix:
- Some HTML tags were not properly escaped on the quick reference
page (reported by Yasin Z=E4hringer)
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.13.3 released
This is just a bug fix release and it is recommened to update to this
version.
## Changes
* 1 minor change:
- Added support for correctly parsing more HTML5 elements (requested
by Bernt Carstenschulz)
* 10 bug fixes:
- Table line `` |a|`b` `` was parsed as `` |a`b` `` (patch by
Masahiro Kitajima)
- Table line `` |`a` `` lead to error condition (patch by Masahiro
Kitajima)
- Added OrderedHash#dup to fix a problem when converting a document
more than once (reported by Michael Papile)
- Fixed places where the document tree was modified during conversion
- Fixed bug in LaTeX image element converter that was introduced in a
former release (reported by Michael Franzl)
- Fixed problem with block HTML tag being treated as header text
- Fixed problem with footnotes in LaTeX tables -- now using
`longtable` instead of `tabular` environment (reported by Michael
Franzl)
- The `style` attribute is now used for outputting table cell
alignments in HTML instead of using the deprecated `col` tags
- Fixed HTML-to-native conversion of unsupported HTML elements
- Fixed kramdown converter to correctly output table cells with
attributes
* 1 documentation fix:
- Some HTML tags were not properly escaped on the quick reference
page (reported by Yasin Z=E4hringer)