<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,3 @@
-require File.dirname(__FILE__) + '/../vendor/maruku/maruku'
-
 $LOAD_PATH.unshift File.dirname(__FILE__) + '/../vendor/syntax'
 require 'syntax/convertors/html'
 
@@ -26,7 +24,7 @@ class Post &lt; Sequel::Model
 	end
 
 	def body_html
-		to_html(body)
+		body
 	end
 
 	def summary
@@ -56,7 +54,7 @@ class Post &lt; Sequel::Model
 	########
 
 	def to_html(markdown)
-		h = Maruku.new(markdown).to_html
+		h = markdown
 		h.gsub(/&lt;code&gt;([^&lt;]+)&lt;\/code&gt;/m) do
 			convertor = Syntax::Convertors::HTML.for_syntax &quot;ruby&quot;
 			highlighted = convertor.convert($1)</diff>
      <filename>lib/post.rb</filename>
    </modified>
    <modified>
      <diff>@@ -24,12 +24,6 @@
 				| &lt;a href=&quot;&lt;%= post.url %&gt;#disqus_thread&quot;&gt;comments&lt;/a&gt;
 			&lt;% end %&gt;
 		&lt;/small&gt;&lt;/p&gt;
-		&lt;div class=&quot;entry&quot;&gt;
-			&lt;%= post.summary_html %&gt;
-			&lt;% if post.more? %&gt;
-				&lt;a href=&quot;&lt;%= post.url %&gt;&quot;&gt;Continue reading &amp;raquo;&lt;/a&gt;
-			&lt;% end %&gt;
-		&lt;/div&gt;
 	&lt;/div&gt;
 	&lt;% end %&gt;
 </diff>
      <filename>views/index.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d364b8258910cf16aac1bc7a3325f9d9b9f2def6</id>
    </parent>
  </parents>
  <author>
    <name>Giles Bowkett</name>
    <email>gilesb@gmail.com</email>
  </author>
  <url>http://github.com/gilesbowkett/scanty/commit/e54ea28c67999f072138ccdfce7239b8aab9518e</url>
  <id>e54ea28c67999f072138ccdfce7239b8aab9518e</id>
  <committed-date>2009-06-24T23:50:07-07:00</committed-date>
  <authored-date>2009-06-24T23:50:07-07:00</authored-date>
  <message>No Markdown, no summary html

Nassau is a platform for me to do blog posts which have a different
format every time, so I can experiment with different styles and
layouts. Markdown and summary HTML are both inimical to that goal.</message>
  <tree>d1652cb5ffc3ed8a2cd1833bd32acf4f457e4fb4</tree>
  <committer>
    <name>Giles Bowkett</name>
    <email>gilesb@gmail.com</email>
  </committer>
</commit>
