[Source]
# File lib/webgen/plugins/contentconverters/haml.rb, line 42 42: def call( content ) 43: Haml::Engine.new( content ).render 44: rescue Exception => e 45: log(:error) { "Error converting Haml text to HTML: #{e.message}" } 46: content 47: end
[Validate]