Typogrify is a collection of Django template filters that help prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to style some special cases.
in #chpy:
(03:14:02 PM) martinm: should be easy enough to patch this... titlecase.py, line 34: if word.startswith('#') or INLINE_PERIOD.search(word) or UC_ELSEWHERE.match(word):
in #chpy: (03:14:02 PM) martinm: should be easy enough to patch this... titlecase.py, line 34: if word.startswith('#') or INLINE_PERIOD.search(word) or UC_ELSEWHERE.match(word):
Yep, it works! \o/