You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but in this case, the closing tag is after one Tab space, so if there is a Tab space to the left of the closing tag, it would be useful to program delete the Tab space before the closing tag and put the closing tag in that location. I think.↓
<p>abc</p>
In this case, do not delete before the closing tag.
<p>
[TabSpace]abc
[TabSpace]</p>
In this case, delete the Tab space before the closing tag.↓
<p>
[TabSpace]abc
</p>
I'm sorry for the long post.
The text was updated successfully, but these errors were encountered:
In this case, there is no problem,
but in this case, the closing tag is after one Tab space, so if there is a Tab space to the left of the closing tag, it would be useful to program delete the Tab space before the closing tag and put the closing tag in that location. I think.↓
In this case, do not delete before the closing tag.
In this case, delete the Tab space before the closing tag.↓
I'm sorry for the long post.
The text was updated successfully, but these errors were encountered: