mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
requirements: Upgrade Python-Markdown from 3.1.1 to 3.2.1.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
ddcb828349
commit
8e93175822
@@ -102,8 +102,8 @@ footer
|
||||
expected = ('header<h1id="this-is-a-heading">Thisisaheading.</h1><ol>'
|
||||
'<li><p>Alistitemwithanindentedcodeblock:</p><divclass="codehilite">'
|
||||
'<pre>indentedcodeblockwithmultiplelines</pre></div></li></ol>'
|
||||
'<divclass="codehilite"><pre><span></span>'
|
||||
'non-indentedcodeblockwithmultiplelines</pre></div>footer')
|
||||
'<divclass="codehilite"><pre><span></span><code>'
|
||||
'non-indentedcodeblockwithmultiplelines</code></pre></div>footer')
|
||||
self.assertEqual(content_sans_whitespace, expected)
|
||||
|
||||
def test_custom_markdown_include_extension(self) -> None:
|
||||
|
Reference in New Issue
Block a user