Skip to content

Commit

Permalink
Added links to Textile, Markdown and ReST Wikipedia pages in docs/add…
Browse files Browse the repository at this point in the history
…_ons.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Mar 22, 2007
1 parent 858ac05 commit 635fedc
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/add_ons.txt
@@ -1,6 +1,6 @@
===================== ============================
The "contrib" add-ons The "django.contrib" add-ons
===================== ============================


Django aims to follow Python's `"batteries included" philosophy`_. It ships Django aims to follow Python's `"batteries included" philosophy`_. It ships
with a variety of extra, optional tools that solve common Web-development with a variety of extra, optional tools that solve common Web-development
Expand Down Expand Up @@ -153,12 +153,16 @@ markup


A collection of template filters that implement these common markup languages: A collection of template filters that implement these common markup languages:


* Textile * `Textile`_
* Markdown * `Markdown`_
* ReST (ReStructured Text) * `ReST (ReStructured Text)`_


For documentation, read the source code in django/contrib/markup/templatetags/markup.py. For documentation, read the source code in django/contrib/markup/templatetags/markup.py.


.. _Textile: http://en.wikipedia.org/wiki/Textile_%28markup_language%29
.. _Markdown: http://en.wikipedia.org/wiki/Markdown
.. _ReST (ReStructured Text): http://en.wikipedia.org/wiki/ReStructuredText

redirects redirects
========= =========


Expand Down

0 comments on commit 635fedc

Please sign in to comment.