Adjust the markdown and typogrify tags.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Fri, 25 Dec 2009 15:21:38 -0500 | 
    
    
        | parents | 1f5a661bd38b | 
    
        | children | 32ab2fbcbb66 | 
    
        | branches/tags | (none) | 
    
        | files | layout/_flatpage.html layout/_post.html layout/_splash.html | 
Changes
    
--- a/layout/_flatpage.html	Fri Dec 25 13:58:22 2009 -0500
+++ b/layout/_flatpage.html	Fri Dec 25 15:21:38 2009 -0500
@@ -5,7 +5,7 @@
     
     <div id="leaf-content">
         {% filter typogrify %}
-            {% markdown %}
+            {% markdown toc def_list %}
                 {% block article %}{% endblock %}
             {% endmarkdown %}
         {% endfilter %}
--- a/layout/_post.html	Fri Dec 25 13:58:22 2009 -0500
+++ b/layout/_post.html	Fri Dec 25 15:21:38 2009 -0500
@@ -7,7 +7,7 @@
         {% filter typogrify %}
             {% article %}
                 {% filter typogrify %}
-                    {% markdown %}
+                    {% markdown toc def_list %}
                         {% block article %}{% endblock %}
                     {% endmarkdown %}
                 {% endfilter %}
--- a/layout/_splash.html	Fri Dec 25 13:58:22 2009 -0500
+++ b/layout/_splash.html	Fri Dec 25 15:21:38 2009 -0500
@@ -1,13 +1,15 @@
 {% extends "skeleton/_base.html" %}
 
 {% block content %}
-    <div id="splash-info">
-        <ul>
-            <li>I like writing. »</li>
-            <li>What makes me tick. »</li>
-            <li>Some things I’ve made. »</li>
-            <li>More about me. »</li>
-            <li>Feeds. »</li>
-        </ul>
-    </div>
+    {% filter typogrify %}
+        <div id="splash-info">
+            <ul>
+                <li>I like writing. »</li>
+                <li>What makes me tick. »</li>
+                <li>Some things I’ve made. »</li>
+                <li>More about me. »</li>
+                <li>Feeds. »</li>
+            </ul>
+        </div>
+    {% endfilter %}
 {% endblock %}
\ No newline at end of file