gettalong / kramdown

Kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions.

This URL has Read+Write access

name age message
file AUTHORS Fri Nov 20 23:09:17 -0800 2009 Added AUTHORS and README files [gettalong]
file COPYING Sat Nov 28 01:22:40 -0800 2009 Made it clearer that kramdown is a Markdown-sup... [gettalong]
file GPL Thu Nov 05 11:51:39 -0800 2009 Now using GPL v3 as license [gettalong]
file README Fri Nov 20 23:09:17 -0800 2009 Added AUTHORS and README files [gettalong]
file Rakefile Sat Nov 28 01:22:52 -0800 2009 Small bug fix [gettalong]
directory benchmark/ Sun Dec 20 07:18:54 -0800 2009 Small display fix [gettalong]
directory bin/ Fri Nov 20 23:08:46 -0800 2009 Added copyright notices to files [gettalong]
directory doc/ Sun Dec 20 07:20:10 -0800 2009 Small doc update before release [gettalong]
directory lib/ Mon Dec 14 22:59:44 -0800 2009 Span HTML parser now uses the same semantics fo... [gettalong]
file setup.rb Mon Dec 08 22:24:55 -0800 2008 Initial import [gettalong]
directory test/ Mon Dec 14 22:59:44 -0800 2009 Span HTML parser now uses the same semantics fo... [gettalong]
README
# kramdown

kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and
supporting several common extensions.

The syntax definition can be found in doc/syntax.page, a quick reference in doc/quickref.page. All
the documentation is available online at http://kramdown.rubyforge.org.

# Usage

kramdown has a basic *Cloth API, so using kramdown is as easy as

    require 'kramdown'

    Kramdown::Document.new(text).to_html


# License

See the COPYING file.