1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
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
..
tests Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07:00
themes Run tag name through escape filter to avoid invalid HTML 2014-02-18 15:01:31 +01:00
tools Merge pull request #1372 from Railslide/make_github_commit_message 2014-07-08 12:46:00 +01:00
__init__.py Increment development version to 3.5.dev 2014-07-01 16:03:02 -07:00
contents.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
generators.py Generator.get_files backwards compatibility for 1 path 2014-06-27 20:18:17 +02:00
log.py Minor text changes to log message limitation 2014-04-14 16:18:07 -04:00
paginator.py Fix Issue #1165 allows extensions to be set by certain settings 2014-03-08 20:33:23 -05:00
readers.py Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07:00
rstdirectives.py Support for pygment defaults and relevant documentation 2013-09-15 23:13:17 -07:00
server.py Allow socket address reuse; fixed #1264 2014-02-14 14:20:38 -08:00
settings.py Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07:00
signals.py add get_writer signal and unify with get_generators 2014-04-27 14:25:08 +02:00
urlwrappers.py Allow text substitutions when generating slugs 2013-07-04 12:17:21 +01:00
utils.py Fix test errors on OSX 2014-06-26 01:01:42 -04:00
writers.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00