Sublime Forum

HTML encode special characters not working

#1

When I run this “html: encode special characters” on a piece of code like:

[code]

  • ...
[/code]

it does nothing. What I am looking for is something like:

<ol> <li>...</li> </ol>

What am I doing wrong ?

0 Likes

#2

use ‘hasher’ package, ‘entity encode’

0 Likes