avdgaag / typogruby

Improves web typography like Django's Typogrify
http://avdgaag.github.com/typogruby
MIT License
51 stars 9 forks source link

Fix bin to include :entities #30

Closed bmikol closed 8 years ago

bmikol commented 8 years ago

This extends the prior fix to include entity functionality to the default flow to the command-line bin file:

Added :entities to the operations array. This will result in special characters being replaced with their corresponding entities along with all the other filters in the default mode when using the command-line, as promised.

Apologies for overlooking this in the previous PR!