<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,13 +19,13 @@ Installation, Hacking
 RDiscount Gem releases are published to RubyForge and can be installed as
 follows:
 
-  $ [sudo] gem install rdiscount
+    $ [sudo] gem install rdiscount
 
 The RDiscount sources are available via Git:
 
-  $ git clone git://github.com/rtomayko/rdiscount.git
-  $ cd rdiscount
-  $ rake --tasks
+    $ git clone git://github.com/rtomayko/rdiscount.git
+    $ cd rdiscount
+    $ rake --tasks
 
 For more information, see [the project page](http://github.com/rtomayko/rdiscount).
 
@@ -35,19 +35,19 @@ Usage
 RDiscount implements the basic protocol popularized by RedCloth and adopted
 by BlueCloth:
 
-  require 'rdiscount'
-  markdown = RDiscount.new(&quot;Hello World!&quot;)
-  puts markdown.to_html
+    require 'rdiscount'
+    markdown = RDiscount.new(&quot;Hello World!&quot;)
+    puts markdown.to_html
 
 Inject RDiscount into your BlueCloth-using code by replacing your bluecloth
 require statements with the following:
 
-  begin
-    require 'rdiscount'
-    BlueCloth = RDiscount
-  rescue LoadError
-    require 'bluecloth'
-  end
+    begin
+      require 'rdiscount'
+      BlueCloth = RDiscount
+    rescue LoadError
+      require 'bluecloth'
+    end
 
 COPYING
 -------
@@ -55,4 +55,4 @@ COPYING
 Discount is free software;  it is released under a BSD-style license
 that allows you to do as you wish with it as long as you don't attempt
 to claim it as your own work. RDiscount adopts Discount's license
-verbatim. See the file COPYING for more information.
+verbatim. See the file `COPYING` for more information.</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5d452caeff8373a1983e60d790a3dc406275ba18</id>
    </parent>
  </parents>
  <author>
    <name>Chris Kampmeier</name>
    <email>chris@kampers.net</email>
  </author>
  <url>http://github.com/rtomayko/rdiscount/commit/18bf54267baee2da1975cbc56608c6196531ad10</url>
  <id>18bf54267baee2da1975cbc56608c6196531ad10</id>
  <committed-date>2009-07-26T04:10:40-07:00</committed-date>
  <authored-date>2009-07-26T04:10:40-07:00</authored-date>
  <message>Use correct Markdown syntax in the README</message>
  <tree>cd78247d254c9eb1fc3b0d998401a34cd2e203d7</tree>
  <committer>
    <name>Chris Kampmeier</name>
    <email>chris@kampers.net</email>
  </committer>
</commit>
