1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests/content
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
..
TestCategory Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
2012-11-29_rst_w_filename_meta#foo-bar.rst Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
2012-11-30_md_w_filename_meta#foo-bar.md Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article.rst Fix tests with latest versions of smartypants. 2013-09-26 22:47:55 +02:00
article_with_code_block.rst Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07:00
article_with_comments.html Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_with_keywords.html Changed meta tag "contents" attribute to "content", to conform to HTML spec. Fixes #918 2013-06-16 10:56:50 -07:00
article_with_markdown_and_footnote.md Handle list metadata as list of string in MarkdownReader 2014-04-19 03:45:48 +09:00
article_with_markdown_and_nonascii_summary.md Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
article_with_markdown_and_summary_metadata_multi.md Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_with_markdown_and_summary_metadata_single.md Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_with_markdown_extension.markdown Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_with_markdown_markup_extensions.md Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_with_md_extension.md Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
article_with_mdown_extension.mdown Accept mdown file extension for Markdown files. 2013-04-17 21:14:52 -07:00
article_with_metadata.html Changed meta tag "contents" attribute to "content", to conform to HTML spec. Fixes #918 2013-06-16 10:56:50 -07:00
article_with_metadata.rst Apply typogrify on article summary as well 2014-03-24 14:59:03 -04:00
article_with_metadata.unknownextension Add test for the case where we try to read a file with an unhandled extension 2013-05-23 21:53:46 -07:00
article_with_metadata_and_contents.html Changed meta tag "contents" attribute to "content", to conform to HTML spec. Fixes #918 2013-06-16 10:56:50 -07:00
article_with_mkd_extension.mkd Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_with_multiple_authors.html Split multiple authors on ',' 2014-02-18 17:56:57 +01:00
article_with_multiple_authors.rst multiple authors implemented 2014-02-14 03:21:06 +01:00
article_with_nonconformant_meta_tags.html Log a warning when the HTML reader encounters a nonconformant meta tag 2013-11-08 14:37:07 -08:00
article_with_null_attributes.html Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_with_template.rst Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_with_uppercase_metadata.html Changed meta tag "contents" attribute to "content", to conform to HTML spec. Fixes #918 2013-06-16 10:56:50 -07:00
article_with_uppercase_metadata.rst Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
article_without_category.rst Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
wordpress_content_decoded Added WordPress content decoding to importer 2013-03-28 07:16:01 -07:00
wordpress_content_encoded Added WordPress content decoding to importer 2013-03-28 07:16:01 -07:00
wordpressexport.xml Extra functionality for pelican-import for wordpress imports 2014-02-03 17:36:41 +00:00