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 caps #hash #16

Open CarlFK opened 5 years ago

CarlFK commented 5 years ago

I'm not really sure what 'right' is, but in one case it hosed me, and my gut says leave words with prefix chars alone.

>>> titlecase( '#hash #tag')
'#Hash #Tag'
chrisdrackett commented 5 years ago

I would agree here, pull requests welcome! (I don't work in python anymore and have not been able to work on this library in a long time)