Module: Haml::Filters::Textile
- Includes:
- Base
- Defined in:
- /var/www/haml-pages/.haml/lib/haml/filters.rb
Overview
Instance Method Summary
Methods included from Base
#compile, included, #internal_compile, #lazy_require, #render_with_options
Instance Method Details
- render(text)
329 330 331 |
# File '/var/www/haml-pages/.haml/lib/haml/filters.rb', line 329
def render(text)
::RedCloth.new(text).to_html(:textile)
end
|