rtomayko / rocco

Rocco is Docco in Ruby
MIT License
404 stars 80 forks source link

Support for redcarpet 2.2+ and kramdown #97

Open al3xandru opened 11 years ago

al3xandru commented 11 years ago
leehambley commented 11 years ago

Nice pull req. I had to work around by forcing 1.7.2 of redcarpet.

rickhull commented 11 years ago

Confirming the issue with recent versions of redcarpet. Please apply this to the mainline gem.

$ rocco foo.rb
WARNING: Pygments not found. Using webservice.
pygmentize not in PATH; using pygments.appspot.com instead
/usr/lib/ruby/gems/1.9.1/gems/rocco-0.8.2/lib/rocco.rb:447:in `process_markdown': uninitialized constant Rocco::Markdown (NameError)