Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Code Prettify
Code Prettify
0
This discussion has been closed.
Comments
Side-by-side comparison here
At present the extension is a selectable formatter, which means it appears as an option for the user.
I could make a second version which is a global formatter, so that all you need to do is convert angle brackets and instruct the user to modify conf.php (see below).
Turn this: into this:
$text = stripslashes($text);
just before the last
return $text;
and it's all sorted again. Works nicely
Barry