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 +++---- templates/news/add.html | 2 +- templates/news/view.html | 2 +- templates/public/index.html | 3 ++- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'templates') 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 }} diff --git a/templates/news/add.html b/templates/news/add.html index 51f4d30..48b013f 100644 --- a/templates/news/add.html +++ b/templates/news/add.html @@ -30,7 +30,7 @@ {% load cdn %}{% jquery %}