[ANN] kramdown 0.13.3

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top