Kramdown 0.13.4

About kramdown

kramdown (sic, not Kramdown or KramDown, just kramdown) is a free
GPL-licensed Ruby 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.4 released

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

Changes

  • 1 minor change:

    • Added a converter that extracts the TOC of a document (requested by
      Brendan Hay). Note that this is only useful if you use kramdown as
      a library!
  • 7 bug fixes

    • Fixed a typo: It should be --output and not --ouput (patch by
      postmodern)
    • Fixed HTML converter to correctly output empty span tags (patch
      by John C.)
    • Fixed bug RF#29350: Parsing of HTML tags with mismatched case now
      works
    • Fixed bug RF#29426: Content of style tags is treated as raw
      text now
    • HTML converter now uses rel instead of rev to be HTML5
      compatible (patch by Joe F.)
    • Fixed Ruby 1.9.3 related warnings
    • Fixed HTML parser to work around an implementation change of
      Array#delete_if in Ruby 1.9.3