Open david-build opened 7 years ago
Hi dear friends. I have this code and use your highlighter:
<IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access 7 days"
But highlighter add ="" after mod_expires.c, and i'm see
<IfModule mod_expires.c=""> ExpiresActive On ExpiresDefault "access 7 days"
How can i disable this auto-add ="" in tags? I'm try to use different languages for highlighting, but everywhere your plugin add ="" into .
You need to properly escape your HTML:
> not < Otherwise the browser just sees HTML... and parses it as such.
>
<
Hi dear friends. I have this code and use your highlighter:
But highlighter add ="" after mod_expires.c, and i'm see
How can i disable this auto-add ="" in tags? I'm try to use different languages for highlighting, but everywhere your plugin add ="" into.