1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests/content
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
..
TestCategory
2012-11-29_rst_w_filename_meta#foo-bar.rst
2012-11-30_md_w_filename_meta#foo-bar.md
article.rst
article_with_asc_extension.asc
article_with_asc_options.asc
article_with_comments.html
article_with_keywords.html
article_with_markdown_and_footnote.md Markdown summary should not include content footnote 2013-05-10 03:50:33 -04:00
article_with_markdown_and_nonascii_summary.md fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -04:00
article_with_markdown_and_summary_metadata_multi.md
article_with_markdown_and_summary_metadata_single.md
article_with_markdown_extension.markdown
article_with_markdown_markup_extensions.md
article_with_md_extension.md
article_with_mdown_extension.mdown Accept mdown file extension for Markdown files. 2013-04-17 21:14:52 -07:00
article_with_metadata.html
article_with_metadata.rst
article_with_mkd_extension.mkd
article_with_null_attributes.html
article_with_template.rst
article_with_uppercase_metadata.html
article_with_uppercase_metadata.rst
article_without_category.rst
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 Added WordPress content decoding to importer 2013-03-28 07:16:01 -07:00