diff --git a/pelican/tests/test_readers.py b/pelican/tests/test_readers.py index 89c3dd61..9f13473e 100644 --- a/pelican/tests/test_readers.py +++ b/pelican/tests/test_readers.py @@ -405,20 +405,20 @@ class MdReaderTest(ReaderTest): _path('article_with_markdown_and_footnote.md')) expected_content = ( '
This is some content' - '1' + '1' ' with some footnotes' - '2
\n' + '2\n' '') expected_metadata = {