You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertmd('<ol start="1234"><li><p>first para</p><p>second para</p></li><li><p>third para</p><p>fourth para</p></li></ol>') =='\n\n1234. first para\n\n second para\n1235. third para\n\n fourth para\n'
50
+
assertmd('<ol start="1234"><li><p>first para</p><p>second para</p></li><li><p>third para</p><p>fourth para</p></li></ol>') =='\n\n1234. first para\n\n second para\n1235. third para\n\n fourth para\n'
51
51
52
52
53
53
deftest_nested_ols():
@@ -64,7 +64,7 @@ def test_ul():
64
64
<li> c
65
65
</li>
66
66
</ul>""") =='\n\n* a\n* b\n* c\n'
67
-
assertmd('<ul><li><p>first para</p><p>second para</p></li><li><p>third para</p><p>fourth para</p></li></ul>') =='\n\n* first para\n\n second para\n* third para\n\n fourth para\n'
67
+
assertmd('<ul><li><p>first para</p><p>second para</p></li><li><p>third para</p><p>fourth para</p></li></ul>') =='\n\n* first para\n\n second para\n* third para\n\n fourth para\n'
0 commit comments