<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Prefer Maruku over RDiscount. (tobie)
+
 * Fix that autolinking wouldn't recognize numbers in namespaces/method names.
 
 * Improve support for &quot;methodized&quot; methods (methods available on both the instance and the class). Introduce `generic_signature` attribute for Documentation::InstanceMethod that shows the alternative signature for the static version of the method. (savetheclocktower)</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -9,11 +9,11 @@ Unlike other inline-doc parsers, PDoc does not rely on the JavaScript source cod
 
 ## Installation
 
-PDoc depends on Rake, [RDiscount](http://github.com/rtomayko/rdiscount/tree/master &quot;rtomayko's rdiscount at master - GitHub&quot;), and treetop, all of which can be obtained through RubyGems:
+PDoc depends on Rake, [Maruku](http://maruku.rubyforge.org/), and treetop, all of which can be obtained through RubyGems:
 
-    gem install rake rdiscount treetop
+    gem install rake maruku treetop
     
-[RDiscount](http://github.com/rtomayko/rdiscount/tree/master &quot;rtomayko's rdiscount at master - GitHub&quot;) is a faster alternative to BlueCloth and is compatible with Ruby 1.9.1.
+Maruku is a more solid alternative to BlueCloth and is compatible with Ruby 1.9.1.
 
 ## Usage
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 HTML_DIR = File.expand_path(File.join(File.dirname(__FILE__), &quot;html&quot;))
 
-# Prefer RDiscount because BlueCloth is slow and has problems with Ruby 1.9.
-require 'rdiscount'
+# Prefer Maruku because BlueCloth is slow and has problems with Ruby 1.9.
+require 'maruku'
 require File.join(HTML_DIR, &quot;helpers&quot;)
 require File.join(HTML_DIR, &quot;template&quot;)
 require File.join(HTML_DIR, &quot;page&quot;)</diff>
      <filename>lib/pdoc/generators/html.rb</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ module PDoc
           end
           
           def htmlize(markdown)
-            RDiscount.new(markdown, :smart).to_html
+            Maruku.new(markdown).to_html
           end
           
           # Gah, what an ugly hack.</diff>
      <filename>lib/pdoc/generators/html/helpers.rb</filename>
    </modified>
    <modified>
      <diff>@@ -35,14 +35,14 @@
 
 			&lt;p&gt;Unlike other inline-doc parsers, PDoc does not rely on the JavaScript source code at all; it only parses the comments. This approach, though slightly more verbose, is much better at generating consistent, reliable documentation, and avoids the headaches encountered when documenting highly dynamic languages.&lt;/p&gt;
 
-			&lt;h2 id=&quot;installation&quot;&gt;Installation&lt;/h2&gt;
+			&lt;h2&gt;Installation&lt;/h2&gt;
 
-			&lt;p&gt;PDoc depends on Rake, &lt;a href=&quot;http://github.com/rtomayko/rdiscount/tree/master&quot; title=&quot;rtomayko's rdiscount at master - GitHub&quot;&gt;RDiscount&lt;/a&gt;, and treetop, all of which can be obtained through RubyGems:&lt;/p&gt;
+			&lt;p&gt;PDoc depends on Rake, &lt;a href=&quot;http://maruku.rubyforge.org/&quot;&gt;Maruku&lt;/a&gt;, and treetop, all of which can be obtained through RubyGems:&lt;/p&gt;
 
-			&lt;pre&gt;&lt;code&gt;gem install rake rdiscount treetop
+			&lt;pre&gt;&lt;code&gt;gem install rake maruku treetop
 			&lt;/code&gt;&lt;/pre&gt;
 
-			&lt;p&gt;&lt;a href=&quot;http://github.com/rtomayko/rdiscount/tree/master&quot; title=&quot;rtomayko's rdiscount at master - GitHub&quot;&gt;RDiscount&lt;/a&gt; is a faster alternative to BlueCloth and is compatible with Ruby 1.9.1.&lt;/p&gt;
+			&lt;p&gt;Maruku is a more solid alternative to BlueCloth and is compatible with Ruby 1.9.1.&lt;/p&gt;
 
 			&lt;h2&gt;Usage&lt;/h2&gt;
 
@@ -65,7 +65,6 @@
 			&lt;p&gt;The HTML generator (&lt;code&gt;PDoc::Generators::Html&lt;/code&gt;) has associated &lt;em&gt;templates&lt;/em&gt; (in the &lt;code&gt;templates&lt;/code&gt; directory) that accept syntax nodes and echo their metadata onto the page using &lt;a href=&quot;http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/index.html&quot; title=&quot;erb: Ruby Standard Library Documentation&quot;&gt;ERB&lt;/a&gt;. Templates are modular, so it&amp;#8217;s quite easy to apply a custom &amp;#8220;skin&amp;#8221; to one&amp;#8217;s documentation pages.&lt;/p&gt;
 
 			&lt;p&gt;Furthermore, generators themselves are modular; PDoc can, theoretically, parse once and render to several different targets (HTML, &lt;a href=&quot;http://www.docbook.org/&quot; title=&quot;DocBook.org&quot;&gt;DocBook XML&lt;/a&gt;, CHM, PDF, even &lt;a href=&quot;http://www.scriptdoc.org/&quot; title=&quot;ScriptDoc.org: Dynamic Language Documentation&quot;&gt;ScriptDoc&lt;/a&gt;.) We hope many such generators will exist in the future.&lt;/p&gt;
-
 			
 			&lt;div id=&quot;twitter_div&quot;&gt;
 				&lt;h2 class=&quot;twitter-title&quot;&gt;Twitter Updates&lt;/h2&gt;</diff>
      <filename>website/html/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>914a9ea769e1c211184bd2a15d38097d11046bd2</id>
    </parent>
  </parents>
  <author>
    <name>Tobie Langel</name>
    <email>tobie.langel@gmail.com</email>
  </author>
  <url>http://github.com/tobie/pdoc/commit/4c96138a450cca5a46fa7651c0ebe499fa9c3471</url>
  <id>4c96138a450cca5a46fa7651c0ebe499fa9c3471</id>
  <committed-date>2009-09-02T06:25:44-07:00</committed-date>
  <authored-date>2009-09-02T06:25:44-07:00</authored-date>
  <message>Prefer Maruku over RDiscount.</message>
  <tree>ff35e9cc413f98c193db8f0026d949743e797b49</tree>
  <committer>
    <name>Tobie Langel</name>
    <email>tobie.langel@gmail.com</email>
  </committer>
</commit>
