| In: |
app/models/chunks/engines.rb
|
The markup engines are Chunks that call the one of RedCloth, BlueCloth or RDoc to convert text. This markup occurs when the chunk is required to mask itself.
| MAP | = | { :textile => Textile, :markdown => Markdown, :rdoc => RDoc } |