jsnee / vscode-dmbinder

Visual Studio Code extension for managing campaign documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Automaticaly generate component blocks" tags and add spaces at the end of html self closing ones

Grimo0 opened this issue · comments

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>

This has been fixed in version 0.5.5!