Sha256: fcc09c6b8831ba82a19a95bd5e83e3999d56b8124de3c4fb9626dea3dc03805f
Contents?: true
Size: 863 Bytes
Versions: 3
Compression:
Stored size: 863 Bytes
Contents
# 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 # Development Just clone the git repository as described in doc/installation.page you are good to go. You probably want to install `rake` so that you can use the provided rake tasks. Aside from that: * The `tidy` binary needs to be installed for the html-to-html tests to work. * The `latex` binary needs to be installed for the latex-compilation tests to work. # License See the COPYING file.
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
radiantcms-couchrest_model-0.1.4 | vendor/extensions/markdown_filter/vendor/kramdown/README |
radiant-0.9.1 | vendor/extensions/markdown_filter/vendor/kramdown/README |
kramdown-0.8.0 | README |