Preserve formatting of code for display by preventing its modification by WordPress and other plugins while retaining original whitespace and characters.
NOTE: Use of the visual text editor will pose problems as it can mangle your intent in terms of ``` tags. I do not offer any support for those who have the visual editor active.
Notes:
Basically, you can just paste code into <code>, <pre>, and/or other tags you additionally specify and
this plugin will:
Keep these things in mind:
<coded_br />).Example:
A post containing this within ```:
$wpdb->query("
INSERT INTO $tablepostmeta
(postid,metakey,metavalue)
VALUES ('$postid','link','$extended')
");
Would, with this plugin enabled, look in a browser pretty much how it does above, instead of like: $wpdb->query(— INSERT INTO $tablepostmeta (postid,metakey,metavalue) VALUES ('$postid','link','$extended') ―);




