<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -253,7 +253,6 @@ module Kramdown
       # Parse the EOB marker at the current location.
       def parse_eob_marker
         @src.pos += @src.matched_size
-        #TODO: think if we need this line @tree.children &lt;&lt; Element.new(:eob)
         true
       end
       Registry.define_parser(:block, :eob_marker, EOB_MARKER, self)
@@ -263,7 +262,7 @@ module Kramdown
 
       # Parse the paragraph at the current location.
       def parse_paragraph
-        result = @src.scan(PARAGRAPH_START) # need to scan because we may be called from anywhere
+        result = @src.scan(PARAGRAPH_START)
         if @tree.children.last &amp;&amp; @tree.children.last.type == :p
           @tree.children.last.children.first.value &lt;&lt; &quot;\n&quot; &lt;&lt; result.chomp
         else
@@ -559,22 +558,6 @@ module Kramdown
       Registry.define_parser(:block, :footnote_definition, FOOTNOTE_DEFINITION_START, self)
 
 
-=begin
-#This may be better but tests show that it is not always...
-      a = Regexp.union(*Registry.parsers.select {|n,par| par.type == :block &amp;&amp; par.name != :paragraph}.collect {|n,par| par.start_re})
-      p /(#{a})|(#{PARAGRAPH_START})/
-      Registry.define_parser(:block, :paragraph_first, /(#{a})|(#{PARAGRAPH_START})/, self)
-      def parse_paragraph_first
-        if @src[1]
-          false
-        else
-          parse_paragraph
-        end
-      end
-=end
-
-
-
       require 'rexml/parsers/baseparser'
 
       #:stopdoc:</diff>
      <filename>lib/kramdown/parser.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8b877bbd216da87ef7ac316ad23ddddc758c0762</id>
    </parent>
  </parents>
  <author>
    <name>Thomas Leitner</name>
    <email>t_leitner@gmx.at</email>
  </author>
  <url>http://github.com/gettalong/kramdown/commit/6c3d5a4ff4dd8d49fc4732c78dd265394d6db47c</url>
  <id>6c3d5a4ff4dd8d49fc4732c78dd265394d6db47c</id>
  <committed-date>2009-11-08T23:16:46-08:00</committed-date>
  <authored-date>2009-11-08T23:16:46-08:00</authored-date>
  <message>Removed some comments</message>
  <tree>8526364f97723621592e40c582fd5d531f009951</tree>
  <committer>
    <name>Thomas Leitner</name>
    <email>t_leitner@gmx.at</email>
  </committer>
</commit>
