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
This commit is contained in:
parent
cd8959c82a
commit
8a17181b58
|
@ -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
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue