=== Plugin Name ===
Contributors: scottsm
Donate link: http://scott.sherrillmix.com/blog/
Tags: code, htmlspecialchars, escape, convert
Requires at least: 1.5
Tested up to: 2.3.1
Stable tag: 0.4

This plugin makes it easier to post code in the comments and posts by automatically converting text inside code tags to correct html.

== Description ==

This plugin escapes all text inside code tags so you don't have to worry about converting code to HTML characters (e.g. `>`'s to `&gt;`'s). The contents of code tags inside posts and comments are run through php's htmlspecialchars.


== Installation ==

1. Unzip `wp_codeshield.zip`. 
1. Upload `wp_codeshield.php` to `wp-content/plugins`.
1. Activate in the Plugins menu. 

