mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Fix a markup test for Python-Markdown 2.3
Apparently it no longer coalesces adjacent blank lines in a code block (which seems like an improvement). The new test case doesn't have adjacent blank lines and will work on old and new versions alike (tested on staging). (imported from commit e49902be041cf1e7d6fbe489685b966cf4eae108)
This commit is contained in:
parent
3c40dd3bf3
commit
36a4e587ec
@ -1789,7 +1789,6 @@ speak</span><span class="p">(</span><span class="bp">self</span><span class="p">
|
||||
def func():
|
||||
x = 1
|
||||
|
||||
|
||||
y = 2
|
||||
|
||||
z = 3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user