1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Deniz Turgut 75f214103e Markdown summary should not include content footnote
Markdown instance carries state for subsequent uses. Content
and summary parsing is done with the same instance. Since
footnotes are processed with an extension and stored as state,
content footnote is duplicated for summary.

This PR adds a ``.reset()`` call before summary parsing to clear
the state. It also adds a test case with footnotes.
2013-05-10 03:50:33 -04:00
..
content Markdown summary should not include content footnote 2013-05-10 03:50:33 -04:00
output Update test output for improved notmyidea <head> 2013-04-23 06:57:36 -07: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 Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
support.py refactored utils.strftime 2013-04-16 20:53:27 -04:00
test_contents.py Fixes #708 SUMMARY_MAX_LENGTH=0 should return empty string 2013-04-26 19:37:31 -04:00
test_generators.py Markdown summary should not include content footnote 2013-05-10 03:50:33 -04:00
test_importer.py remove unittest2 and fix various warnings in py3 2013-04-13 16:36:05 -04:00
test_pelican.py add feedback to user and refactor 'autoreload' code 2013-04-19 13:35:20 -04:00
test_readers.py Markdown summary should not include content footnote 2013-05-10 03:50:33 -04:00
test_settings.py Prevent people from setting STATIC_PATHS to a str 2013-03-23 19:56:14 -07:00
test_utils.py reset locale after DateFormatter test 2013-04-22 20:07:53 -04:00