chrisdrackett / django-typogrify

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.
Other
107 stars 21 forks source link

titlecase - Ignore #hash words. #17

Closed CarlFK closed 5 years ago

CarlFK commented 5 years ago

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/