Sha256: 48c463242baee76771db3adce3a2542b38a5093e22bdd3b339b55aa61fa4f096
Contents?: true
Size: 496 Bytes
Versions: 8
Compression:
Stored size: 496 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 # License See the COPYING file.
Version data entries
8 entries across 8 versions & 2 rubygems