module Haml::Filters

Constants

RedCloth

Parses the filtered text with [Textile](www.textism.com/tools/textile). Only works if [RedCloth](redcloth.org) is installed.

Public Class Methods

defined() click to toggle source

@return [{String => Haml::Filters::Base}] a hash of filter names to classes

# File lib/haml/filters.rb, line 8
def self.defined
  @defined ||= {}
end