Will generate
%meta{content: "Convert HTML 2 HAML", name: "description"}
instead of
%meta{:content => "Convert HTML 2 HAML", :name => "description"}
Will generate
%meta(content="Convert HTML to HAML online" name="description")
instead of
%meta{:content => "Convert HTML to HAML online", :name => "description"}
Notice:
Use Ruby 1.9 style attributes when possible
will NOT work with this option