<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -126,11 +126,15 @@ static bool extension(int ext) {
 /* match_inlines - returns true if inline lists match (case-insensitive...) */
 static bool match_inlines(element *l1, element *l2) {
     while (l1 != NULL &amp;&amp; l2 != NULL) {
-      if (l1-&gt;key != l2-&gt;key)
+        if (l1-&gt;key != l2-&gt;key)
             return false;
         switch (l1-&gt;key) {
         case SPACE:
         case LINEBREAK:
+        case ELLIPSIS:
+        case EMDASH:
+        case ENDASH:
+        case APOSTROPHE:
             break;
         case CODE:
         case STR:
@@ -142,6 +146,8 @@ static bool match_inlines(element *l1, element *l2) {
         case EMPH:
         case STRONG:
         case LIST:
+        case SINGLEQUOTED:
+        case DOUBLEQUOTED:
             if (match_inlines(l1-&gt;children, l2-&gt;children))
                 break;
             else</diff>
      <filename>utility_functions.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dd8ec2bee29fe88da53e17a3cb8a7e0f93039c95</id>
    </parent>
  </parents>
  <author>
    <name>John MacFarlane</name>
    <email>jgm@berkeley.edu</email>
  </author>
  <url>http://github.com/jgm/peg-markdown/commit/c1d3cecad080b50d1d66583393c50b8de3878da5</url>
  <id>c1d3cecad080b50d1d66583393c50b8de3878da5</id>
  <committed-date>2008-11-22T18:32:38-08:00</committed-date>
  <authored-date>2008-11-22T18:32:38-08:00</authored-date>
  <message>Updated match_inlines function with smart punctuation inline elements.

This fixes a bug in '--smart' mode with reference links that include smart
punctuation.  Thanks to Jason Blevins for pointing out the bug.</message>
  <tree>beb4d05fa56003b0275a06ef1628fc53733b86b3</tree>
  <committer>
    <name>John MacFarlane</name>
    <email>jgm@berkeley.edu</email>
  </committer>
</commit>
