realistschuckle / gohaml

An implementation of the popular XHTML Abstraction Markup Language using the Go language.
MIT License
95 stars 13 forks source link

Should support string keys on properties #20

Open omenking opened 9 years ago

omenking commented 9 years ago

Lets say we have a property called http-equiv

%meta{ 'http-equiv' => "content-type", :content => "text/html;charset=utf-8" }

Currently it doesn't liked string based property keys, but haml support this.