mintchaos / typogrify

A set of Django template filters to make caring about typography on the web a bit easier.
http://static.mintchaos.com/projects/typogrify/
Other
168 stars 29 forks source link

functionaliy to ignore tags #13

Closed barrysteyn closed 10 years ago

barrysteyn commented 10 years ago

As discussed, functionality has been added here that does the following:

  1. Ignores content between <pre> and <code> tags
  2. Allows the user to specify additional tags where content can be ignored

This new pull request incorporates suggestions made by Alexis (see conversation in https://github.com/mintchaos/typogrify/pull/12)