diff --git a/tests.py b/tests.py index 86bc6501b..36ca163b1 100644 --- a/tests.py +++ b/tests.py @@ -5848,7 +5848,8 @@ def _test_markdown_to_html(): assert markdown_to_html(markdown) == 'This is just plain text' markdown = '# Title1\n### Title3\n## Title2\n' - expected = '