<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Towards a Markdown reloaded plugin for WordPress</title>
	<atom:link href="http://www.semiologic.com/2005/05/23/towards-a-markdown-reloaded-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semiologic.com/2005/05/23/towards-a-markdown-reloaded-plugin-for-wordpress/</link>
	<description>Meaningful Technology</description>
	<lastBuildDate>Mon, 31 Jan 2011 11:23:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/05/23/towards-a-markdown-reloaded-plugin-for-wordpress/#comment-549</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Tue, 24 May 2005 22:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=278#comment-549</guid>
		<description>Dunno, I&#039;ll see. It&#039;s likely to be something ugly like:

    \b_((?!(_\b)).)+_\b

;)</description>
		<content:encoded><![CDATA[<p>Dunno, I&#039;ll see. It&#039;s likely to be something ugly like:</p>
<p>    \b_((?!(_\b)).)+_\b</p>
<p>;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Fortin</title>
		<link>http://www.semiologic.com/2005/05/23/towards-a-markdown-reloaded-plugin-for-wordpress/#comment-548</link>
		<dc:creator>Michel Fortin</dc:creator>
		<pubDate>Tue, 24 May 2005 22:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=278#comment-548</guid>
		<description>Checking for `some_thing_like_this` with a regex? Ignoring those in code span, code blocks, HTML blocks, and inline HTML tags? I&#039;m not sure how hard this is... but it won&#039;t be easy.

Maybe it would be better to create a new fork from PHP Markdown.</description>
		<content:encoded><![CDATA[<p>Checking for `some_thing_like_this` with a regex? Ignoring those in code span, code blocks, HTML blocks, and inline HTML tags? I&#039;m not sure how hard this is&#8230; but it won&#039;t be easy.</p>
<p>Maybe it would be better to create a new fork from PHP Markdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaryP</title>
		<link>http://www.semiologic.com/2005/05/23/towards-a-markdown-reloaded-plugin-for-wordpress/#comment-531</link>
		<dc:creator>GaryP</dc:creator>
		<pubDate>Tue, 24 May 2005 01:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/?p=278#comment-531</guid>
		<description>I ran in to the opposite problem in a wiki I use - and never realized that the way they do it makes sense until I ran into the `this_has_underlines()` problem in markdown.  In order to get the underlines to work as highlighting in that program I had to code it thus:

`thi\s_has_\underlines()` it requires a space or and escaped character to preceed a starting formatting character and to follow an ending formatting character.

I expected to have to escape the the `_` until I realized the &#039;rule&#039; it was using to determine if it was a formatting mark or not.</description>
		<content:encoded><![CDATA[<p>I ran in to the opposite problem in a wiki I use &#8211; and never realized that the way they do it makes sense until I ran into the `this_has_underlines()` problem in markdown.  In order to get the underlines to work as highlighting in that program I had to code it thus:</p>
<p>`thi\s_has_\underlines()` it requires a space or and escaped character to preceed a starting formatting character and to follow an ending formatting character.</p>
<p>I expected to have to escape the the `_` until I realized the &#039;rule&#039; it was using to determine if it was a formatting mark or not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

