<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paper Bits &#187; lazyweb</title>
	<atom:link href="http://metacarpal.net/blog/archives/tag/lazyweb/feed/" rel="self" type="application/rss+xml" />
	<link>http://metacarpal.net/blog</link>
	<description>digital, paper, notes and bits.</description>
	<lastBuildDate>Fri, 15 Oct 2010 17:36:51 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is HTML broken for everyone in Wordpress 2.7 or is it just me?</title>
		<link>http://metacarpal.net/blog/archives/2009/02/28/is-markdown-broken-for-everyone-in-wordpress-27-or-is-it-just-me/</link>
		<comments>http://metacarpal.net/blog/archives/2009/02/28/is-markdown-broken-for-everyone-in-wordpress-27-or-is-it-just-me/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 04:14:58 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Administrivia]]></category>
		<category><![CDATA[lazyweb]]></category>
		<category><![CDATA[markdown]]></category>

		<guid isPermaLink="false">http://metacarpal.net/blog/?p=295</guid>
		<description><![CDATA[The following is what I get when I drop a Flickr photo into my blogging software, paste HTML in, or try to post from Flickr:

    a href="http://www.flickr.com/photos/51035715190@N01/3264441491" 
    title="View 'IMG_2448.JPG' on Flickr.com"img 
    src="http://farm2.static.flickr.com/1156/3264441491_7e5481fb04.jpg" 
    alt="IMG_2448.JPG" border="0" width="500" height="375" //a


All the angle brackets [...]]]></description>
			<content:encoded><![CDATA[<p>The following is what I get when I drop a Flickr photo into my blogging software, paste HTML in, or try to post from Flickr:</p>

<pre><code>    a href="http://www.flickr.com/photos/51035715190@N01/3264441491" 
    title="View 'IMG_2448.JPG' on Flickr.com"img 
    src="http://farm2.static.flickr.com/1156/3264441491_7e5481fb04.jpg" 
    alt="IMG_2448.JPG" border="0" width="500" height="375" //a
</code></pre>

<p>All the angle brackets get stripped out.</p>

<p>This never used to happen before, with (mumble) Wordpress 2.03 on the old host, using PHP Markdown.</p>

<p>[UPDATE]</p>

<p>After some further research, it appears that Markdown is not at fault: it runs at rendering time and doesn&#8217;t change the contents of your database.</p>

<p>According to <a href="http://www.joshuascott.net/desktop-blogging-clients-strip-html-tags/">this blog post by Joshua Scott</a>, <code>lt;</code> and <code>gt;</code> entities are being dumped when the content is posted through an XML-RPC gateway, like my blogging software, or Flickr&#8217;s &#8220;blog this&#8221; feature.</p>

<p><a href="http://bugs.php.net/bug.php?id=45996">This appears to be a bug in one of the PHP XML libraries</a>, which has been fixed in the latest CVS build, but requires libxml2-2.7.3 or higher.</p>

<p>Off to bug Joyent.</p>

<p>(Edited a bit to remove speculation about PHP Markdown and Wordpress XHTML options.)</p>
]]></content:encoded>
			<wfw:commentRss>http://metacarpal.net/blog/archives/2009/02/28/is-markdown-broken-for-everyone-in-wordpress-27-or-is-it-just-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

