<?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"
	>
<channel>
	<title>Comments on: Getting Textpattern Comments to work with PHP&#160;Markdown</title>
	<atom:link href="http://particletree.com/notebook/getting-textpattern-comments-to-work-with-php-markdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/notebook/getting-textpattern-comments-to-work-with-php-markdown/</link>
	<description>Everyone needs a hug.</description>
	<pubDate>Wed, 19 Nov 2008 11:48:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Dr.Dorcell</title>
		<link>http://particletree.com/notebook/getting-textpattern-comments-to-work-with-php-markdown/#comment-20654</link>
		<dc:creator>Dr.Dorcell</dc:creator>
		<pubDate>Wed, 02 May 2007 14:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=118#comment-20654</guid>
		<description>&lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a></a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://particletree.com/notebook/getting-textpattern-comments-to-work-with-php-markdown/#comment-863</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 15 Sep 2005 10:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=118#comment-863</guid>
		<description>&lt;p&gt;I just upgraded from 1.0RC1 to 4.0.1, applied the changes to txplib_misc.php, and everything Just Works with PHP Markdown Extra.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I just upgraded from 1.0RC1 to 4.0.1, applied the changes to txplib_misc.php, and everything Just Works with PHP Markdown Extra.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Pennell</title>
		<link>http://particletree.com/notebook/getting-textpattern-comments-to-work-with-php-markdown/#comment-862</link>
		<dc:creator>Matthew Pennell</dc:creator>
		<pubDate>Mon, 12 Sep 2005 22:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=118#comment-862</guid>
		<description>&lt;p&gt;Are the Markdown vs. Textile wars to blame for the screwed-up formatting of your feed?&lt;/p&gt;

&lt;p&gt;Everything is in one big paragraph, and links are not links but are in long-form with square-brackets/normal brackets.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Are the Markdown vs. Textile wars to blame for the screwed-up formatting of your feed?</p>

<p>Everything is in one big paragraph, and links are not links but are in long-form with square-brackets/normal brackets.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://particletree.com/notebook/getting-textpattern-comments-to-work-with-php-markdown/#comment-861</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Mon, 12 Sep 2005 11:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=118#comment-861</guid>
		<description>&lt;p&gt;With Textpattern 4.01 you still can use Markdown for comments. Based on the code by Johan Nilsson(linked by James above), you have to make some changes in the same txplib_misc file, same function (markup_comment): two lines need to be commented out, one need to be modified, lines 1144-1147):&lt;/p&gt;

&lt;p&gt;@//$msg = trim(nl2br($textile-&#62;TextileThis(strip_tags(deEntBrackets(
//$msg
//)),1,&#8217;&#8217;,$im,&#8217;&#8217;,(@$comment_nofollow ? &#8216;nofollow&#8217; : &#8216;&#8217;))));
$msg = trim($textile-&#62;TextileThis(strip_tags($msg)));@&lt;/p&gt;

&lt;p&gt;That way I get the full range of Markdown formatting, and I can have real block level tags in my comments (I hope this comes out correctly, Textile in Textpattern comments isn&#8217;t very good, esp for code).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>With Textpattern 4.01 you still can use Markdown for comments. Based on the code by Johan Nilsson(linked by James above), you have to make some changes in the same txplib_misc file, same function (markup_comment): two lines need to be commented out, one need to be modified, lines 1144-1147):</p>

<p>@//$msg = trim(nl2br($textile-&gt;TextileThis(strip_tags(deEntBrackets(
//$msg
//)),1,&#8217;&#8217;,$im,&#8217;&#8217;,(@$comment_nofollow&#160;? &#8216;nofollow&#8217;&#160;: &#8216;&#8217;))));
$msg = trim($textile-&gt;TextileThis(strip_tags($msg)));@</p>

<p>That way I get the full range of Markdown formatting, and I can have real block level tags in my comments (I hope this comes out correctly, Textile in Textpattern comments isn&#8217;t very good, esp for code).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://particletree.com/notebook/getting-textpattern-comments-to-work-with-php-markdown/#comment-860</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 09 Sep 2005 01:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=118#comment-860</guid>
		<description>&lt;p&gt;When I first switched to Markdown from Textile, I ran into that problem as well. Then I found Johan Nilsson&#8217;s post on TXP and Markdown, applied his changes, and everything Just Worked. Granted, that was back in the days of RC1, but it might be somethign to look into.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I first switched to Markdown from Textile, I ran into that problem as well. Then I found Johan Nilsson&#8217;s post on TXP and Markdown, applied his changes, and everything Just Worked. Granted, that was back in the days of RC1, but it might be somethign to look into.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.196 seconds -->
