diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-09-15 09:51:57 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-09-15 09:51:57 +0000 |
| commit | 8a17181b58c616522a4e773cf5a1f9ce768bf685 (patch) | |
| tree | 42296890ae63219bccf9bc5a31ef29e8edfe340b | |
| parent | cd8959c82ace7105d47a082cc7c4a07f61f94f60 (diff) | |
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
| -rw-r--r-- | docs/templates.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 ------------------------ |
