use markdown
authorStephen Frost <sfrost@snowman.net>
Tue, 28 Feb 2017 03:24:14 +0000 (22:24 -0500)
committerStephen Frost <sfrost@snowman.net>
Tue, 28 Feb 2017 03:24:14 +0000 (22:24 -0500)
templates/pages/blog.html

index 33f41f73ddc23615dc79e084c84ce8a32138b9ac..f627f2d0d15b328a3a67b234ffadf49d6f635515 100644 (file)
@@ -17,7 +17,7 @@
             <hr>
             <h3>{{blog.title}}</h3>
             <h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
-            {{blog.content}}
+            {{blog.content|markdown}}
             <hr>
           </section>
 {%endfor%}