<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <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>
  <commit>
    <parents type="array">
      <parent>
        <id>de81a2c4dde6bc4b76b9213a32acb54b3f6035f3</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/6e702a1d429ad953794370e82d272d0fe1efd3c8</url>
    <id>6e702a1d429ad953794370e82d272d0fe1efd3c8</id>
    <committed-date>2008-05-13T19:30:26-07:00</committed-date>
    <authored-date>2008-05-13T19:30:26-07:00</authored-date>
    <message>Cleaned up source to eliminate -Wall warnings.</message>
    <tree>1f9cb7e7f0df84d906c032cc52c11e26e510a4d0</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a4f5a17d914a2ab7cbae40fa4664a33b9336f7e</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/5458e9ad22425c43356ef37e30f88f4d42ac362e</url>
    <id>5458e9ad22425c43356ef37e30f88f4d42ac362e</id>
    <committed-date>2008-05-13T08:19:47-07:00</committed-date>
    <authored-date>2008-05-13T08:19:47-07:00</authored-date>
    <message>Modified emph and strong parsers.
now *, _, **, or __ followed by blank space does not begin emphasis.</message>
    <tree>5d69a72d10770aaddb60b03a3080bee971edf273</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4438c336444a714f15ed619c9897d91c3ab6b40e</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/8a4f5a17d914a2ab7cbae40fa4664a33b9336f7e</url>
    <id>8a4f5a17d914a2ab7cbae40fa4664a33b9336f7e</id>
    <committed-date>2008-05-13T08:09:40-07:00</committed-date>
    <authored-date>2008-05-13T08:09:40-07:00</authored-date>
    <message>Simplified list parsers.</message>
    <tree>f7607629b24b9d3f57c4656a2c527b913442e3a6</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>416ec6bbed37a147b39a29434aed2bfe761c361d</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/4438c336444a714f15ed619c9897d91c3ab6b40e</url>
    <id>4438c336444a714f15ed619c9897d91c3ab6b40e</id>
    <committed-date>2008-04-10T17:20:34-07:00</committed-date>
    <authored-date>2008-04-10T17:20:34-07:00</authored-date>
    <message>Remove leading and trailing spaces in paragraph, plain, and headers.</message>
    <tree>53a0ce60ddb808acaaf2e8e78f34864ab60507c3</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8f7ccd31d28662e9589a23154d6f6d926ae6e39b</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/416ec6bbed37a147b39a29434aed2bfe761c361d</url>
    <id>416ec6bbed37a147b39a29434aed2bfe761c361d</id>
    <committed-date>2008-04-10T17:20:07-07:00</committed-date>
    <authored-date>2008-04-10T17:20:07-07:00</authored-date>
    <message>Added cases for reference-style images.
Removed catch-all in case statement, since we now cover all cases.</message>
    <tree>4e746bcb63f0d508c3663e99f13de229971503ce</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d27d19380cfb859dfd5a8cb251c64623a05aa776</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/8f7ccd31d28662e9589a23154d6f6d926ae6e39b</url>
    <id>8f7ccd31d28662e9589a23154d6f6d926ae6e39b</id>
    <committed-date>2008-04-10T17:18:31-07:00</committed-date>
    <authored-date>2008-04-10T17:18:31-07:00</authored-date>
    <message>Allow balanced (..) and &lt;..&gt; in link or image source.</message>
    <tree>93fe75fc0a5220bc65455ce91a754e74c0e044d7</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2766620ed5a2154b4a7aed092f1da7ce67cf8b7e</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/d27d19380cfb859dfd5a8cb251c64623a05aa776</url>
    <id>d27d19380cfb859dfd5a8cb251c64623a05aa776</id>
    <committed-date>2008-04-10T17:16:15-07:00</committed-date>
    <authored-date>2008-04-10T17:16:15-07:00</authored-date>
    <message>Generalized lrstrip to take an argument of any type.</message>
    <tree>1859b5a18404dd959eaa69a31b4f84e1178fbf82</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>66ccbb8a2368e73718955c988cf5f526c9b0cf99</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/2766620ed5a2154b4a7aed092f1da7ce67cf8b7e</url>
    <id>2766620ed5a2154b4a7aed092f1da7ce67cf8b7e</id>
    <committed-date>2008-04-10T17:14:53-07:00</committed-date>
    <authored-date>2008-04-10T17:14:53-07:00</authored-date>
    <message>Add newline to end of input before parsing.</message>
    <tree>ae6bb0f636d9d78b41675584e46bdaf40f6d6536</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>74ba434178940ae0308bf2f4143fe68fc03cc67b</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/66ccbb8a2368e73718955c988cf5f526c9b0cf99</url>
    <id>66ccbb8a2368e73718955c988cf5f526c9b0cf99</id>
    <committed-date>2008-04-10T16:33:10-07:00</committed-date>
    <authored-date>2008-04-10T16:33:10-07:00</authored-date>
    <message>Don't print &lt;p&gt;'s as indented blocks.</message>
    <tree>56248217cc7c0e15d1d3432bcfb96b74ce0ec94b</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b9f307b63834a498ef4b2256ebd39ecbdac9d7f</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/74ba434178940ae0308bf2f4143fe68fc03cc67b</url>
    <id>74ba434178940ae0308bf2f4143fe68fc03cc67b</id>
    <committed-date>2008-04-10T16:30:21-07:00</committed-date>
    <authored-date>2008-04-10T16:30:21-07:00</authored-date>
    <message>Changed grammar for strong and emph.
'*This **is a test*' now parses as '&lt;em&gt;This **is a test&lt;/em&gt;' rather
than '&lt;em&gt;This &lt;/em&gt;&lt;em&gt;is a test&lt;/em&gt;'.</message>
    <tree>7e126e26a0a19ffb3e21d069821a7fdb19869d5d</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cc77dec483c6b407dfea8febb73c7e9e06a9d391</id>
      </parent>
    </parents>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/1b9f307b63834a498ef4b2256ebd39ecbdac9d7f</url>
    <id>1b9f307b63834a498ef4b2256ebd39ecbdac9d7f</id>
    <committed-date>2008-04-06T09:27:51-07:00</committed-date>
    <authored-date>2008-04-06T09:27:51-07:00</authored-date>
    <message>Commented link clauses in inlineToHtml.</message>
    <tree>a249eb1b8871b3ba3bc134a35168f4867a10f026</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </author>
    <url>http://github.com/jgm/markdown-peg/commit/99b7b11cd49b0ab6a2740a2377df96a774f78fa3</url>
    <id>99b7b11cd49b0ab6a2740a2377df96a774f78fa3</id>
    <committed-date>2008-04-06T09:08:44-07:00</committed-date>
    <authored-date>2008-04-06T09:06:14-07:00</authored-date>
    <message>Initial commit.</message>
    <tree>bb88f5e0d09d16876316b4301d9fa9dfb843f150</tree>
    <committer>
      <name>John MacFarlane</name>
      <email>jgm@berkeley.edu</email>
    </committer>
  </commit>
</commits>
