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 1.0.2 released
This release fixes some bugs; updating is recommended.
Some notes:
-
The tests page has been updated to include relative
times in the benchmark so that it is possible to better gauge the
performance of kramdown (requested by postmodern). -
The kramdown Wiki now contains a listing of libraries that
extend kramdown (idea by postmodern).
Changes
-
4 bug fixes
- Fixed GH#51: Try requiring a parser/converter library based on
the specified input/output name (requested by postmodern) - Fixed GH#49: Convert non-breaking space to
~
for LaTeX
converter (patch by Henning Perl) - Fixed GH#42: No more warning for IALs/ALDs/extensions without
attributes (reported by DHB) - Fixed GH#44: Removed trailing whitespace in link definition for
kramdown converter (patch by Marcus Stollsteimer)
- Fixed GH#51: Try requiring a parser/converter library based on