<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,9 @@
-gem 'rpeg-markdown', '&gt;= 1.1.1'
-require 'markdown'
+gem 'rdiscount', '&gt;= 1.2.6'
+require 'rdiscount'
 
 class MarkdownFilter &lt; TextFilter
   description_file File.dirname(__FILE__) + &quot;/../markdown.html&quot;
   def filter(text)
-    Markdown.new(text, :smart, :notes).to_html
+    RDiscount.new(text, :smart, :notes).to_html
   end
 end
\ No newline at end of file</diff>
      <filename>lib/markdown_filter.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 class MarkdownFilterExtension &lt; Radiant::Extension
   version &quot;1.0&quot;
-  description &quot;Allows you to compose page parts or snippets using the Markdown text filter. (RPEG)&quot;
+  description &quot;Allows you to compose page parts or snippets using the Markdown text filter. (RDiscount)&quot;
   url &quot;http://daringfireball.net/projects/markdown/syntax&quot;
   
   def activate</diff>
      <filename>markdown_filter_extension.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e86e5669c8ca99d0c917d32f33b2b48e15692274</id>
    </parent>
  </parents>
  <author>
    <name>johnmuhl</name>
    <email>git@johnmuhl.com</email>
  </author>
  <url>http://github.com/johnmuhl/radiant-markdown-extension/commit/6f1552da5d1fe05e49f3c2b58f8186bcc9e62a9e</url>
  <id>6f1552da5d1fe05e49f3c2b58f8186bcc9e62a9e</id>
  <committed-date>2008-08-31T10:08:37-07:00</committed-date>
  <authored-date>2008-08-31T10:08:37-07:00</authored-date>
  <message>and back to rdiscount, since there is apparently still something in rpeg that leaks memory/kills cpus...</message>
  <tree>489b24752c513396056e942d123158dcbd439594</tree>
  <committer>
    <name>johnmuhl</name>
    <email>git@johnmuhl.com</email>
  </committer>
</commit>
