Ticket #6395: urlize-doc.diff
File urlize-doc.diff, 658 bytes (added by , 17 years ago) |
---|
-
docs/templates.txt
1652 1652 1653 1653 Converts URLs in plain text into clickable links. 1654 1654 1655 Note that if ``urlize`` is applied to text that already contains HTML markup,1656 things won't work as expected. Apply this filter only to *plain* text.1657 1658 1655 urlizetrunc 1659 1656 ~~~~~~~~~~~ 1660 1657 1661 1658 Converts URLs into clickable links, truncating URLs longer than the given 1662 1659 character limit. 1663 1660 1664 As with urlize_, this filter should only be applied to *plain* text.1665 1666 1661 **Argument:** Length to truncate URLs to 1667 1662 1668 1663 wordcount