rtomayko / rocco

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

Rocco + Redcarpet != Codeblock #87

Closed krainboltgreene closed 8 years ago

krainboltgreene commented 12 years ago

One of the best features in redcarpet is the codeblock syntax (AKA Fenced Code) which allows for

class This
  # ...

But Rocco doesn't have it set automatically! Since this setting is one of those "Doesn't do anything if you dont use it, does great stuff if you do" configurations I bet it would be cooler if it was automatically on.