yuguang / fiddlesalad

An online playground with an instantly ready coding environment. Combine language preprocessors, CSS, HTML and JavaScript to create and share coding examples.
fiddlesalad.com
GNU General Public License v3.0
232 stars 80 forks source link

Haml input button fails #15

Closed ImaginaryDevelopment closed 11 years ago

ImaginaryDevelopment commented 11 years ago

I put <input type="button" value="+" /> into the tool to convert to haml. when placed in the haml window it translates to

%input#newoperand{:type => "button", :value => "+"}/

which then renders into <input />

yuguang commented 11 years ago

I got the standard server side HAML compiler now.