From bd6a758e5ca377f700715f8b9531f4753ff56552 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 1 Jul 2006 03:25:48 +0000 Subject: [PATCH] Added note to docs/add_ons.txt about reading the source code. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3251 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/add_ons.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/add_ons.txt b/docs/add_ons.txt index d72e92b018..90c98b7176 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -128,6 +128,8 @@ A collection of template filters that implement these common markup languages: * Markdown * ReST (ReStructured Text) +For documentation, read the source code in django/contrib/markup/templatetags/markup.py. + redirects =========