Merge pull request #1411 from barrysteyn/typogrify-ignore-list

Allow Typogrify to ignore user specified tags. Refs #1407
This commit is contained in:
Justin Mayer 2014-08-17 07:18:19 -06:00
commit b8c9d61f20
6 changed files with 79 additions and 3 deletions

View file

@ -112,6 +112,7 @@ DEFAULT_CONFIG = {
'DEFAULT_STATUS': 'published',
'ARTICLE_PERMALINK_STRUCTURE': '',
'TYPOGRIFY': False,
'TYPOGRIFY_IGNORE_TAGS': [],
'SUMMARY_MAX_LENGTH': 50,
'PLUGIN_PATHS': [],
'PLUGINS': [],