If I have the following markup: ``` <h3 data-lines="Pidió">Hello</h3> ``` It will not render correclty since the `ó` is not correctly escaped. But it will work fine if I replace `ó` with `ó` (that is the HTML entity).
If I have the following markup:
It will not render correclty since the
óis not correctly escaped. But it will work fine if I replaceówithó(that is the HTML entity).