Today, while using Sublime word_wrap feature my html tags appear like this:
long line of text</p
>
How can I prevent this?
Today, while using Sublime word_wrap feature my html tags appear like this:
long line of text</p
>
How can I prevent this?
Do not add a space after the p on </p
For example, instead of writing </p >, write </p>
Then, the whole tag </p> will be wrapped into the next line, instead of only the last >
Correction, sometimes Sublime Text will wrap it even when there is no space:

Other times, it will wrap as I said:
![]()