1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
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
..
tests Markdown summary should not include content footnote 2013-05-10 03:50:33 -04:00
themes Clean up and improve <head> of notmyidea theme 2013-04-23 06:51:22 -07:00
tools Remove "Done" after running "make html" 2013-04-23 07:32:42 -07:00
__init__.py Handle critical exception logging correctly in localized systems 2013-05-04 04:55:42 -04:00
contents.py Fixes #708 SUMMARY_MAX_LENGTH=0 should return empty string 2013-04-26 19:37:31 -04:00
generators.py adds a 'strftime' jinja fiter that uses LOCALE 2013-04-21 18:00:12 -04:00
log.py fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -04:00
paginator.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
readers.py Markdown summary should not include content footnote 2013-05-10 03:50:33 -04:00
rstdirectives.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00
server.py Adding a message for gracefully shutting down dev server 2013-03-19 12:15:58 +01:00
settings.py ignore emacs lock files and exception handling for watchers 2013-04-22 20:50:11 -04:00
signals.py Add a pages_generator_finalized signal. 2013-02-10 12:42:54 -08:00
urlwrappers.py Make tags and cats case insensitive. Fixes #704. 2013-05-03 17:37:45 +01:00
utils.py Merge pull request #862 from avaris/emacs-autoreload 2013-04-22 20:04:24 -07:00
writers.py Change RELATIVE_URLS default to False - Fixes #829 2013-04-11 16:12:55 -07:00