Closed buo closed 7 years ago
Another examples are inline style and script.
// before
head
style(type="text/css").
body {
font-size: 13px;
}
script(type="text/javascript").
var MY_VAR = 'foobar';
// after
head
style(type="text/css").
body {
font-size: 13px;
}
script(type="text/javascript").
var MY_VAR = 'foobar';
Thank you for your report.
I released a new version (v0.2.0).
It works very well. Thank you 👍
Here is my code snippet:
I have title block in head element so that I can set the title in child template as follows:
But
adjustHeadElementsIndentation()
flattens the indentation of head elements and generates unwanted result: