creationix / haml-js

Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js
MIT License
902 stars 110 forks source link

Allow attributes with empty value #98

Open seballot opened 3 years ago

seballot commented 3 years ago

Attributes with empty values was not supported until now

%input(checked) => <input checked/>