Linebreak escaping.
omeid opened this issue · 0 comments
omeid commented
When writing elements with lots of attribute it gets fairly hard to read specially when you want to escape quoting.
Is there a chance you could add support for linebreak escaping?
So that
input#username \
type=text placeholder=Username \
ng-model=user.username \
ng-remote-validate="/api/customer/check/username" \
would be treated like
input#username type=text placeholder=Username ng-model=user.username ng-remote-validate="/api/customer/check/username"