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

Multi line support #99

Open seballot opened 3 years ago

seballot commented 3 years ago

Detect attribute list on multiple lines Use pipe operator to manually split content over multiple lines

seballot commented 3 years ago

Fix #74 #88