Ticket #12495: textile-url.diff

File textile-url.diff, 614 bytes (added by Dougal Sutherland, 14 years ago)
Line 
1Index: django/contrib/markup/templatetags/markup.py
2===================================================================
3--- django/contrib/markup/templatetags/markup.py (revision 12071)
4+++ django/contrib/markup/templatetags/markup.py (working copy)
5@@ -%ld,%ld +%ld,%ld @@
6 markup syntaxes to HTML; currently there is support for:
7
8 * Textile, which requires the PyTextile library available at
9- http://dealmeida.net/projects/textile/
10+ http://loopcore.com/python-textile/
11
12 * Markdown, which requires the Python-markdown library from
13 http://www.freewisdom.org/projects/python-markdown
Back to Top