First of all, thank you for your work. It is very useful.
Suggestions:
When I declare a <sergey-slot /> but do not send any content to it with <sergey-import src="...">, because on that particular page it is not needed, the slot creates a line break in the resulting HTML code. It would be desirable that if no data arrives in the slot, there is no line break there.
When content with tabs (spaces) is sent to the slot, the first line of the slot content is tabbed correctly in the resulting HTML, but subsequent lines do not retain the original tabbing. Could this be checked?
I use: Linux Mint, node: v16.13.2
I can't wait to see the next version of Sergey SSG.
Hello,
First of all, thank you for your work. It is very useful.
Suggestions:
When I declare a
<sergey-slot />
but do not send any content to it with<sergey-import src="...">
, because on that particular page it is not needed, the slot creates a line break in the resulting HTML code. It would be desirable that if no data arrives in the slot, there is no line break there.When content with tabs (spaces) is sent to the slot, the first line of the slot content is tabbed correctly in the resulting HTML, but subsequent lines do not retain the original tabbing. Could this be checked?
I use: Linux Mint, node: v16.13.2
I can't wait to see the next version of Sergey SSG.