Open AnalyzePlatypus opened 7 years ago
I think that clears things up nicely. Spreading different attributes across multiple lines is handy for readability, but certainly not required. As long as users know they're not crazy, they need to adjust their markup.
Having lines of 500chars because this library does not support multi-lines is not what I call readability, it's common sense. Has anyone ever wrote a function in js as a single line of 500chars? nonsense
Closes https://github.com/creationix/haml-js/issues/74.
HAML-js does not support multiline attribute blocks. This PR clarifies this fact in several places.
Malformed attribute block
now readsMulti-line attribute blocks are unsupported in HAML-js
Differences from Ruby HAML
to theReadme
, and notes that: