<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>_site/sample_content.html</filename>
    </added>
    <added>
      <filename>_site/sample_content.md</filename>
    </added>
    <added>
      <filename>sample_content.html</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -37,7 +37,7 @@ in a few significant ways and adds some additional functionality.&lt;/p&gt;
 &lt;p&gt;If you prefer to learn by example, see the following source and result:&lt;/p&gt;
 
 &lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;http://tom.preston-werner.com/github-flavored-markdown/sample_content.gfm&quot;&gt;Source&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;sample_content.html&quot;&gt;Source&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href=&quot;http://github.com/mojombo/github-flavored-markdown/issues/#issue/1&quot;&gt;Result&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
@@ -61,7 +61,7 @@ Violets are blue&lt;/p&gt;
 
 &lt;h3&gt;Multiple underscores in words&lt;/h3&gt;
 
-&lt;p&gt;It is not reasonable to italicize just &lt;em&gt;part&lt;/em&gt; of a word, especially when you're dealing with code and names often appear with multiple underscores. Therefor, GFM ignores multiple underscore in words.&lt;/p&gt;
+&lt;p&gt;It is not reasonable to italicize just &lt;em&gt;part&lt;/em&gt; of a word, especially when you're dealing with code and names often appear with multiple underscores. Therefore, GFM ignores multiple underscores in words.&lt;/p&gt;
 
 &lt;pre&gt;&lt;code&gt;perform_complicated_task
 do_this_and_do_that_and_another_thing
@@ -76,13 +76,23 @@ do_this_and_do_that_and_another_thing&lt;/p&gt;
 
 &lt;p&gt;In addition to the changes in the previous section, certain references are auto-linked:&lt;/p&gt;
 
+&lt;pre&gt;&lt;code&gt;* SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+* User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+* User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+* \#Num: #1
+* User/#Num: mojombo#1
+* User/Project#Num: mojombo/god#1
+&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;becomes&lt;/p&gt;
+
 &lt;ul&gt;
-&lt;li&gt;SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&lt;/li&gt;
-&lt;li&gt;User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&lt;/li&gt;
-&lt;li&gt;User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&lt;/li&gt;
-&lt;li&gt;#Num: #1&lt;/li&gt;
-&lt;li&gt;User/#Num: mojombo#1&lt;/li&gt;
-&lt;li&gt;User/Project#Num: mojombo/god#1&lt;/li&gt;
+&lt;li&gt;SHA: &lt;a href=&quot;/mojombo/github-flavored-markdown/commit/be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&quot;&gt;be6a8cc&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;User@SHA ref: &lt;a href=&quot;/mojombo/github-flavored-markdown/commit/be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&quot;&gt;mojombo@be6a8cc&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;User/Project@SHA: &lt;a href=&quot;/mojombo/god/commit/be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&quot;&gt;mojombo/god@be6a8cc&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;#Num: &lt;a href=&quot;/mojombo/github-flavored-markdown/issues/#issue/1&quot; class=&quot;internal&quot;&gt;#1&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;User/#Num: &lt;a href=&quot;/mojombo/github-flavored-markdown/issues/#issue/1&quot;&gt;mojombo#1&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;User/Project#Num: &lt;a href=&quot;/mojombo/god/issues/#issue/1&quot;&gt;mojombo/god#1&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 </diff>
      <filename>_site/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 .site {
-  width: 60em;
+  width: 45em;
 }
 
 #content.site {
-  width: 59em;
+  width: 44em;
 }
\ No newline at end of file</diff>
      <filename>_site/stylesheets/screen.css</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ If you're not already familiar with Markdown, you should spend 15 minutes and go
 
 If you prefer to learn by example, see the following source and result:
 
-* [Source](http://tom.preston-werner.com/github-flavored-markdown/sample_content.gfm)
+* [Source](sample_content.html)
 * [Result](http://github.com/mojombo/github-flavored-markdown/issues/#issue/1)
 
 Differences from traditional Markdown
@@ -35,7 +35,7 @@ Violets are blue
 
 ### Multiple underscores in words
 
-It is not reasonable to italicize just _part_ of a word, especially when you're dealing with code and names often appear with multiple underscores. Therefor, GFM ignores multiple underscore in words.
+It is not reasonable to italicize just _part_ of a word, especially when you're dealing with code and names often appear with multiple underscores. Therefore, GFM ignores multiple underscores in words.
 
     perform_complicated_task
     do_this_and_do_that_and_another_thing
@@ -50,9 +50,20 @@ A bit of the GitHub spice
 
 In addition to the changes in the previous section, certain references are auto-linked:
 
-* SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-* User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-* User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-* \#Num: #1
-* User/#Num: mojombo#1
-* User/Project#Num: mojombo/god#1
\ No newline at end of file
+    * SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+    * User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+    * User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+    * \#Num: #1
+    * User/#Num: mojombo#1
+    * User/Project#Num: mojombo/god#1
+
+becomes
+
+&lt;ul&gt;
+&lt;li&gt;SHA: &lt;a href=&quot;/mojombo/github-flavored-markdown/commit/be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&quot;&gt;be6a8cc&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;User@SHA ref: &lt;a href=&quot;/mojombo/github-flavored-markdown/commit/be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&quot;&gt;mojombo@be6a8cc&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;User/Project@SHA: &lt;a href=&quot;/mojombo/god/commit/be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2&quot;&gt;mojombo/god@be6a8cc&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;#Num: &lt;a href=&quot;/mojombo/github-flavored-markdown/issues/#issue/1&quot; class=&quot;internal&quot;&gt;#1&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;User/#Num: &lt;a href=&quot;/mojombo/github-flavored-markdown/issues/#issue/1&quot;&gt;mojombo#1&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;User/Project#Num: &lt;a href=&quot;/mojombo/god/issues/#issue/1&quot;&gt;mojombo/god#1&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
\ No newline at end of file</diff>
      <filename>index.md</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 .site {
-  width: 60em;
+  width: 45em;
 }
 
 #content.site {
-  width: 59em;
+  width: 44em;
 }
\ No newline at end of file</diff>
      <filename>stylesheets/screen.css</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>sample_content.gfm</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e0d601ead729ab30fc9af27f11824b82ffcc832d</id>
    </parent>
  </parents>
  <author>
    <name>Tom Preston-Werner</name>
    <email>tom@mojombo.com</email>
  </author>
  <url>http://github.com/github/github-flavored-markdown/commit/16c999e8c71134401a78d4d46435517b2271d6ac</url>
  <id>16c999e8c71134401a78d4d46435517b2271d6ac</id>
  <committed-date>2009-04-10T15:59:34-07:00</committed-date>
  <authored-date>2009-04-10T15:59:34-07:00</authored-date>
  <message>fix some stuff up</message>
  <tree>1369e25ac1c428a12dd53c8d7823d665dacc324e</tree>
  <committer>
    <name>Tom Preston-Werner</name>
    <email>tom@mojombo.com</email>
  </committer>
</commit>
