<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Hybrid Garden</title>
	<atom:link href="http://hybridgarden.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hybridgarden.com/blog</link>
	<description>Rhys Burnie&#039;s Artwork and Web Development blog</description>
	<lastBuildDate>Wed, 01 Jun 2011 04:05:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Adding html5 capability to WordPress by admin</title>
		<link>http://hybridgarden.com/blog/misc/adding-html5-capability-to-wordpress/comment-page-1/#comment-1351</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 01 Jun 2011 04:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://hybridgarden.com/blog/?p=30#comment-1351</guid>
		<description>Yeah Ive seen that happen even prior to html5 changes. I actually dont bother with the visual editor anymore and use Markdown instead because its faster that using a clunky visial editor.
Sorry cant offer any more help than that except that i noticed for some html5 elements you&#039;d consider &#039;block&#039; like figure that id have to wrap it in a div or WP would place it in a p tag :(</description>
		<content:encoded><![CDATA[<p>Yeah Ive seen that happen even prior to html5 changes. I actually dont bother with the visual editor anymore and use Markdown instead because its faster that using a clunky visial editor.<br />
Sorry cant offer any more help than that except that i noticed for some html5 elements you&#8217;d consider &#8216;block&#8217; like figure that id have to wrap it in a div or WP would place it in a p tag :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding html5 capability to WordPress by Cody</title>
		<link>http://hybridgarden.com/blog/misc/adding-html5-capability-to-wordpress/comment-page-1/#comment-1312</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Tue, 24 May 2011 21:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://hybridgarden.com/blog/?p=30#comment-1312</guid>
		<description>Whenever I switch from HTML to Visual, it adds an extra line with a &#160; to it. Any ideas?</description>
		<content:encoded><![CDATA[<p>Whenever I switch from HTML to Visual, it adds an extra line with a &nbsp; to it. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding html5 capability to WordPress by Så tillåter du HTML5-element i TinyMCE&#160;&#124;&#160;lillbra.se</title>
		<link>http://hybridgarden.com/blog/misc/adding-html5-capability-to-wordpress/comment-page-1/#comment-643</link>
		<dc:creator>Så tillåter du HTML5-element i TinyMCE&#160;&#124;&#160;lillbra.se</dc:creator>
		<pubDate>Wed, 16 Feb 2011 08:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://hybridgarden.com/blog/?p=30#comment-643</guid>
		<description>[...] till som ett filter med namnet tiny_mce_before_init. Detaljer om hur du gör detta hittar du här: Adding html5 capability to WordPress. Lycka [...]</description>
		<content:encoded><![CDATA[<p>[...] till som ett filter med namnet tiny_mce_before_init. Detaljer om hur du gör detta hittar du här: Adding html5 capability to WordPress. Lycka [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding html5 capability to WordPress by admin</title>
		<link>http://hybridgarden.com/blog/misc/adding-html5-capability-to-wordpress/comment-page-1/#comment-288</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 09 Nov 2010 00:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://hybridgarden.com/blog/?p=30#comment-288</guid>
		<description>Hi David,
I dont have that issue I can switch between both fine. Just a few things did you remove the default wordpress autop filter as per Nicholas&#039;s post?
// remove the original wpautop function
remove_filter(&#039;the_excerpt&#039;, &#039;wpautop&#039;);
remove_filter(&#039;the_content&#039;, &#039;wpautop&#039;);
// add our new html5autop function
add_filter(&#039;the_excerpt&#039;, &#039;html5autop&#039;);
add_filter(&#039;the_content&#039;, &#039;html5autop&#039;);

The only other thing that may effect it is I also have the tinymce advanced plugin running so you could give that a go.
Also I found wp wraps the figure in a p which is annoying but if you wrap the figure in a div it fixes the problem.
I wasn&#039;t aware of the HTML5ify for WP plugin is it new?</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
I dont have that issue I can switch between both fine. Just a few things did you remove the default wordpress autop filter as per Nicholas&#8217;s post?<br />
// remove the original wpautop function<br />
remove_filter(&#8216;the_excerpt&#8217;, &#8216;wpautop&#8217;);<br />
remove_filter(&#8216;the_content&#8217;, &#8216;wpautop&#8217;);<br />
// add our new html5autop function<br />
add_filter(&#8216;the_excerpt&#8217;, &#8216;html5autop&#8217;);<br />
add_filter(&#8216;the_content&#8217;, &#8216;html5autop&#8217;);</p>
<p>The only other thing that may effect it is I also have the tinymce advanced plugin running so you could give that a go.<br />
Also I found wp wraps the figure in a p which is annoying but if you wrap the figure in a div it fixes the problem.<br />
I wasn&#8217;t aware of the HTML5ify for WP plugin is it new?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

