<?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 on: Using Groovy Regular Expressions to Parse Code From a Markdown File</title>
	<atom:link href="http://naleid.com/blog/2009/01/01/using-groovy-regular-expressions-to-parse-code-from-a-markdown-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://naleid.com/blog/2009/01/01/using-groovy-regular-expressions-to-parse-code-from-a-markdown-file/</link>
	<description>Groovy, Grails and OS X tips and tricks</description>
	<lastBuildDate>Sat, 31 Jul 2010 11:43:17 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tednaleid</title>
		<link>http://naleid.com/blog/2009/01/01/using-groovy-regular-expressions-to-parse-code-from-a-markdown-file/comment-page-1/#comment-2342</link>
		<dc:creator>tednaleid</dc:creator>
		<pubDate>Tue, 29 Dec 2009 06:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=41#comment-2342</guid>
		<description>@Daniel I&#039;ve actually also released a &lt;a href=&quot;http://naleid.com/blog/2009/10/06/grails-markdown-plugin-0-1-released/&quot; rel=&quot;nofollow&quot;&gt;grails markdown plugin&lt;/a&gt;. 

I used regular expressions for this partially because I was writing an article on regular expressions :).   You could also use the markdown processor to turn it into a piece of XHTML and the grab all of the &quot;pre&quot; nodes.  Depending on your source, each pre node could be a valid groovy script that you could do whatever you wanted with.</description>
		<content:encoded><![CDATA[<p>@Daniel I&#8217;ve actually also released a <a href="http://naleid.com/blog/2009/10/06/grails-markdown-plugin-0-1-released/" rel="nofollow">grails markdown plugin</a>. </p>
<p>I used regular expressions for this partially because I was writing an article on regular expressions :).   You could also use the markdown processor to turn it into a piece of XHTML and the grab all of the &#8220;pre&#8221; nodes.  Depending on your source, each pre node could be a valid groovy script that you could do whatever you wanted with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Honig</title>
		<link>http://naleid.com/blog/2009/01/01/using-groovy-regular-expressions-to-parse-code-from-a-markdown-file/comment-page-1/#comment-2339</link>
		<dc:creator>Daniel Honig</dc:creator>
		<pubDate>Mon, 28 Dec 2009 10:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=41#comment-2339</guid>
		<description>Excellent work!

So what about getting this packaged into a grails plugin?

I suppose we would just need a service that would allow you to process markdown?

Or might we want to look at an alternative implementation that doesn&#039;t use regular expressions in favor of some other way of understanding the grammar?</description>
		<content:encoded><![CDATA[<p>Excellent work!</p>
<p>So what about getting this packaged into a grails plugin?</p>
<p>I suppose we would just need a service that would allow you to process markdown?</p>
<p>Or might we want to look at an alternative implementation that doesn&#8217;t use regular expressions in favor of some other way of understanding the grammar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Groovy to test your Groovy assertions over Groovy code examples &#171; Can&#8217;t see nothing but the source code</title>
		<link>http://naleid.com/blog/2009/01/01/using-groovy-regular-expressions-to-parse-code-from-a-markdown-file/comment-page-1/#comment-946</link>
		<dc:creator>Using Groovy to test your Groovy assertions over Groovy code examples &#171; Can&#8217;t see nothing but the source code</dc:creator>
		<pubDate>Sun, 04 Jan 2009 17:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://naleid.com/blog/?p=41#comment-946</guid>
		<description>[...] over Groovy code&#160;examples    &#8230;Because I just can&#8217;t think of a better title for an article that is so self describing. Hats off to Ted Naleid, I&#8217;ll definitely be paying return visits [...]</description>
		<content:encoded><![CDATA[<p>[...] over Groovy code&nbsp;examples    &#8230;Because I just can&#8217;t think of a better title for an article that is so self describing. Hats off to Ted Naleid, I&#8217;ll definitely be paying return visits [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
