=== HTML5ify for WP ===
Contributors: Kenneth Nordahl
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMB89L84NAMNE
Tags: html5,markup,improve writer
Requires at least: 2.8
Tested up to: 3.0
Stable tag: 1.0.1

This is a plugin for wordpress that add html5 markup to your wordpress writing module.

== Description ==

Tags added to the writing module with this plugin:
&lt;article&gt;, &lt;section&gt;, &lt;header&gt;, &lt;footer&gt;, &lt;aside&gt;, &lt;canvas&gt;, &lt;video&gt;, &lt;audio&gt;, &lt;source&gt;, &lt;hgroup&gt;, &lt;figure&gt;, &lt;figcaption&gt;


Want more tags? email kenneth@nordahl.me with suggestions

== Installation ==

This section describes how to install the plugin and get it working.

e.g.

1. Upload `html5ify.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Start writing html5 markup in your writing module

== Changelog ==

= 1.0.1 =
* Added &lt;source&gt; for multiple source tags in &lt;video&gt; and &lt;audio&gt;
= 1.0 =
* First release, activates &lt;article&gt;, &lt;section&gt;, &lt;header&gt;, &lt;footer&gt;, &lt;aside&gt;, &lt;canvas&gt;, &lt;video&gt;, &lt;audio&gt;, &lt;hgroup&gt;, &lt;figure&gt;, &lt;figcaption&gt; in your writing module.