From 8a17181b58c616522a4e773cf5a1f9ce768bf685 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 15 Sep 2007 09:51:57 +0000 Subject: [PATCH] Fixed #5477 -- Added links from the markup filters to the more extensive documentation in the add-ons file. Patch from mitja. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6271 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/templates.txt b/docs/templates.txt index dbed0ba5c9..9adf15731b 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1419,6 +1419,12 @@ A collection of template filters that implement these common markup languages: * Markdown * ReST (ReStructured Text) +See the `markup section`_ of the `add-ons documentation`_ for more +information. + +.. _markup section: ../add_ons/#markup +.. _add-ons documentation: ../add_ons/ + django.contrib.webdesign ------------------------