<?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>Game Haxe &#187; markdown</title>
	<atom:link href="http://gamehaxe.com/tag/markdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamehaxe.com</link>
	<description>Experimenting with Web Game Development</description>
	<lastBuildDate>Thu, 19 Aug 2010 15:27:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress markdown.php Unknown modifier &#8216;&#124;&#8217;</title>
		<link>http://gamehaxe.com/2009/02/04/wordpress-markdownphp-unknown-modifier/</link>
		<comments>http://gamehaxe.com/2009/02/04/wordpress-markdownphp-unknown-modifier/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 12:16:30 +0000</pubDate>
		<dc:creator>Huge</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gamehaxe.com/?p=103</guid>
		<description><![CDATA[So all of a sudden, all the posts started showing preg_replace_callback() [function.preg-replace-callback]: Unknown modifier &#8216;&#124;&#8217; in &#8230;/wp-content/plugins/text-control/markdown.php. I presume this was because my provider changed php versions. There are 2 possible fixes: Disable your markdown plugin Fix the markdown.php file, if you can edit it. This problem was a couple of lines above the one [...]]]></description>
			<content:encoded><![CDATA[<p>So all of a sudden, all the posts started showing preg_replace_callback() [function.preg-replace-callback]: Unknown modifier &#8216;|&#8217;  in &#8230;/wp-content/plugins/text-control/markdown.php.  I presume this was because my provider changed php versions.  There are 2 possible fixes:</p>

<ol>    <li>Disable your markdown plugin
</li>   <li>Fix the markdown.php file, if you can edit it.  This problem was a couple of lines above the one reported, one of the opening braces (&#8220;{&#8220;) had a back-slash quote where it should not have.  ie, it was &#8230;(?:[ ]\{$md_tab_width}&#8230; but shold just be &#8230;(?:[ ]{$md_tab_width}&#8230;
</ol>
]]></content:encoded>
			<wfw:commentRss>http://gamehaxe.com/2009/02/04/wordpress-markdownphp-unknown-modifier/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
