3174N/stonecutter-electron

HTML tags getting removed on save

3174N opened this issue · 1 comments

3174N commented

When saving a file with HTML tags in it, the tags get formatted.

Text before save:

<h1>An HTML tag</h1>

Text after save:

&lt;h1&gt;An HTML tag&lt;/h1&gt;
3174N commented

Issue fixed