<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -189,7 +189,8 @@ doc = mdo
                             para // plain
   para       &lt;- newRule $ many1 inline &lt;&lt;- newline &lt;&lt;- many1 blankline ## Para
   plain      &lt;- newRule $ many1 inline &lt;&lt;- optional blankline ## Plain
-  blockquote &lt;- newRule $ many1 blockquoteLine &lt;++&gt; many blankline ## (\ls -&gt; BlockQuote [Markdown $ concat ls ++ &quot;\n&quot;])
+  blockquote &lt;- newRule $ many1 (many1 blockquoteLine &lt;++&gt; many (doesNotMatch blankline -&gt;&gt; anyline) &lt;++&gt;
+                                 many blankline ## concat) ## (\ls -&gt; BlockQuote [Markdown $ concat ls ++ &quot;\n&quot;])
   
   let setextHeadingWith lev c = many1 (doesNotMatch endline -&gt;&gt; inline) &lt;&lt;- newline &lt;&lt;-
                                 text (replicate 3 c) &lt;&lt;- (many (char c)) &lt;&lt;- newline ## Heading lev</diff>
      <filename>Markdown.hs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba78b2e030a4470aa8b9d22b01abf6b15290e99b</id>
    </parent>
  </parents>
  <author>
    <name>John MacFarlane</name>
    <email>jgm@berkeley.edu</email>
  </author>
  <url>http://github.com/jgm/markdown-peg/commit/dd79c1b3bc794e3f795f4c06224e24d5d053500d</url>
  <id>dd79c1b3bc794e3f795f4c06224e24d5d053500d</id>
  <committed-date>2008-05-15T22:54:47-07:00</committed-date>
  <authored-date>2008-05-15T22:54:47-07:00</authored-date>
  <message>Fixed blockquote parser to allow lazy syntax.
('&gt;' at beginning of first line in a sequence only.)</message>
  <tree>eedcf543d9e74a5a627d2d476393829bb4b66bf5</tree>
  <committer>
    <name>John MacFarlane</name>
    <email>jgm@berkeley.edu</email>
  </committer>
</commit>
