trys / sergey

A tiny lil' static site generator
https://sergey.trysmudford.com
MIT License
302 stars 39 forks source link

Spaces #69

Open JavGuerra opened 2 years ago

JavGuerra commented 2 years ago

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.