1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Barry Steyn a0ecab901f Allows Typogrify to ignore user specified tags. Refs #1407
Typogrify interferes with certain sections of the output that it should not touch (see #1407 for more details).
This feature adds a setting called TYPOGRIFY_IGNORE_LIST which is a list of tag for Typogrify to ignore.

The following was updated:

 1. readers.py - if TYPOGRIFY_IGNORE_TAGS is present, then use it
 2. settings.ps - default TYPOGRIFY_IGNORE_TAGS to []
 3. contents/article_with_code_block.rst - an article with a code block for typogrify to ignore
 4. updated tests
 5. updated documentation
2014-07-28 15:17:12 -07:00
..
content Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07:00
output Fix test errors on OSX 2014-06-26 01:01:42 -04:00
TestPages Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
__init__.py Fix for issue #392 2013-03-27 18:17:11 -04:00
default_conf.py added testing for default locale setting 2013-07-21 14:12:21 +08:00
support.py tests.support: Use kwargs overrides in get_settings() 2013-06-02 14:24:27 -04:00
test_contents.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
test_generators.py Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07:00
test_importer.py Make sure locale is what we want before/after the tests 2014-04-15 16:45:45 +02:00
test_paginator.py Make sure locale is what we want before/after the tests 2014-04-15 16:45:45 +02:00
test_pelican.py Fix test errors on OSX 2014-06-26 01:01:42 -04:00
test_readers.py Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07:00
test_settings.py Add {PAGE,ARTICLE}_PATHS to {ARTICLE,PAGE}_EXCLUDES automatically 2014-05-14 14:30:21 +02:00
test_utils.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00