From 7b73c0ff8c8caa546442e3e3311867f2c6159754 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Jul 2010 20:33:03 -0500 Subject: Get news markdown formatting working everywhere Signed-off-by: Dan McGee --- templates/feeds/news_description.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'templates/feeds') diff --git a/templates/feeds/news_description.html b/templates/feeds/news_description.html index c428b9e..a1e6446 100644 --- a/templates/feeds/news_description.html +++ b/templates/feeds/news_description.html @@ -1,4 +1,3 @@ -{% autoescape off %} -{{obj.author.get_full_name}} wrote:
-{{ obj.content }} -{% endautoescape %} +{% load markup %} +

{{obj.author.get_full_name}} wrote:

+{{ obj.content|markdown }} -- cgit v1.2.3-24-g4f1b