You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For readability purpose, it would be nice to have an option to keep all the newlines inside the markup. Since I usually work with server side inclusion, while I'm debugging I'd really like to clearly see the result of every single include, so I can easier identify which inclusion needs to be fixed.
Right now I'm using comments like <!-- start sidebar -->...<!-- end sidebar -->[some breakspaces removed] as visual boundaries of my partials, but they're not enough especially when I have many inclusions. If I can keep newspaces between them it would help a lot.
Thak you.
The text was updated successfully, but these errors were encountered:
For readability purpose, it would be nice to have an option to keep all the newlines inside the markup. Since I usually work with server side inclusion, while I'm debugging I'd really like to clearly see the result of every single include, so I can easier identify which inclusion needs to be fixed.
Right now I'm using comments like
<!-- start sidebar -->...<!-- end sidebar -->[some breakspaces removed]
as visual boundaries of my partials, but they're not enough especially when I have many inclusions. If I can keep newspaces between them it would help a lot.Thak you.
The text was updated successfully, but these errors were encountered: