"Automaticaly generate component blocks" tags and add spaces at the end of html self closing ones
Grimo0 opened this issue · 1 comments
Grimo0 commented
The Automaticaly generate component blocks
function.
It add a space at the end of all html self closing tags so that
<img src="Cite_Franche.jpg" style="position:absolute;bottom:100px;left:50px;" />
becomes
<img src="Cite_Franche.jpg" style="position:absolute;bottom:100px;left:50px;" />
after some times.
And the style tags at the top of my doc is emptied leaving only this :
<style></style>
with previously
<style>
.phb#p1 { text-align:center; }
.phb#p1:after { display:none; }
</style>
jsnee commented
This has been fixed in version 0.5.5!