In sublime text, HapoItak replace html special character with html entities by 'ctrl+alt+y' key input.
The list of html special character set is indicated in the following.
| Before Replace | After Replace |
|---|---|
| < | < |
| > | > |
| " | " |
| & | & |
For example, before replacing is indicated in the following.
After replacing is indicated in the following.