Hello,
Each time we begin a tag, like “
”, the editor automagically creates the ending tag whith blank line between them.
It is annoying for short content in the tags, for example in headers: I think most of people prefer <h1>My title</h1>
thant
<h1>
My title
</h1>
Is it possible to configure that ? That is, be able to disable the automatic closing of the tag and/or the blank line ?