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
I'm not sure if this is doable, but it might be nice if elements that are all on one line - except for a closing tag - could be consolidated to one line.
(And maybe even vice-versa with the opening tag)
Example:
<p>My paragraph text.
</p>
Result:
<p>My paragraph text.
</p>
Desired:
<p>My paragraph text.</p>
The text was updated successfully, but these errors were encountered:
I'm not sure if this is doable, but it might be nice if elements that are all on one line - except for a closing tag - could be consolidated to one line.
(And maybe even vice-versa with the opening tag)
Example:
Result:
Desired:
The text was updated successfully, but these errors were encountered: