Skip to content

Commit 0127867

Browse files
futa-ikedafelliott
authored andcommitted
Fix md tests
1 parent 28dea64 commit 0127867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ h5py==3.13
5252
scipy==1.15.2
5353

5454
# Md
55-
markdown==3.8.0
55+
markdown==3.3.7
5656

5757
certifi==2025.1.31
5858

tests/extensions/md/test_renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_render_md(self, test_md_file_path, assets_url, export_url):
5959
by a blank line.</p>
6060
<p>Leave 2 spaces at the end of a line to do a<br />
6161
line break</p>
62-
<p>Text attributes <em>italic</em>, <strong>bold</strong>,
62+
<p>Text attributes <em>italic</em>, <strong>bold</strong>,
6363
<code>monospace</code>.</p>
6464
<p>A <a href="http://example.com">link</a>.
6565
[28]</p>

0 commit comments

Comments
 (0)