Fixed #12495 -- Fixed broken link in django.contrib.markup docstring
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
88265d4a73
commit
45b5d02279
|
@ -3,7 +3,7 @@ Set of "markup" template filters for Django. These filters transform plain text
|
||||||
markup syntaxes to HTML; currently there is support for:
|
markup syntaxes to HTML; currently there is support for:
|
||||||
|
|
||||||
* Textile, which requires the PyTextile library available at
|
* Textile, which requires the PyTextile library available at
|
||||||
http://dealmeida.net/projects/textile/
|
http://loopcore.com/python-textile/
|
||||||
|
|
||||||
* Markdown, which requires the Python-markdown library from
|
* Markdown, which requires the Python-markdown library from
|
||||||
http://www.freewisdom.org/projects/python-markdown
|
http://www.freewisdom.org/projects/python-markdown
|
||||||
|
|
Loading…
Reference in New Issue