<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,8 +3,8 @@
 
     class Markdown extends Modules {
         public function __init() {
-            $this-&gt;addAlias(&quot;markup_text&quot;, &quot;markdownify&quot;, 9);
-            $this-&gt;addAlias(&quot;preview&quot;, &quot;markdownify&quot;);
+            $this-&gt;addAlias(&quot;markup_text&quot;, &quot;markdownify&quot;, 8);
+            $this-&gt;addAlias(&quot;preview&quot;, &quot;markdownify&quot;, 8);
         }
         static function markdownify($text) {
             return Markdown($text);</diff>
      <filename>modules/markdown/markdown.php</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
         public function __init() {
             $this-&gt;addAlias(&quot;markup_text&quot;, &quot;smartify&quot;, 9);
             $this-&gt;addAlias(&quot;markup_title&quot;, &quot;smartify&quot;, 9);
-            $this-&gt;addAlias(&quot;preview&quot;, &quot;smartify&quot;);
+            $this-&gt;addAlias(&quot;preview&quot;, &quot;smartify&quot;, 9);
         }
         static function smartify($text) {
             return Smartypants($text);</diff>
      <filename>modules/smartypants/smartypants.php</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,8 @@
     class Textilize extends Modules {
         public function __init() {
             $this-&gt;textile = new Textile();
-            $this-&gt;addAlias(&quot;markup_text&quot;, &quot;textile&quot;, 9);
-            $this-&gt;addAlias(&quot;preview&quot;, &quot;textile&quot;);
+            $this-&gt;addAlias(&quot;markup_text&quot;, &quot;textile&quot;, 8);
+            $this-&gt;addAlias(&quot;preview&quot;, &quot;textile&quot;, 8);
         }
         public function textile($text) {
             return $this-&gt;textile-&gt;TextileThis($text);</diff>
      <filename>modules/textilize/textilize.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>28b3e8935d2197ed887168cf952c9716db2227c5</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/0e9d685bab4b36369eccf4d53d034ddca5ed47c0</url>
  <id>0e9d685bab4b36369eccf4d53d034ddca5ed47c0</id>
  <committed-date>2008-11-01T07:47:30-07:00</committed-date>
  <authored-date>2008-11-01T07:47:13-07:00</authored-date>
  <message>Increased the priorities of Markdown and Textilize filters so that they do not conflict with SmartyPants' quotifying code.</message>
  <tree>236a5d4eda943001713bb8f557268286f4375846</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
