some fixes

This commit is contained in:
Kenneth Kehl
2025-03-27 14:47:43 -07:00
parent 9e5475cd43
commit 5741c572f0
2 changed files with 15 additions and 15 deletions

View File

@@ -373,9 +373,8 @@ def test_unordered_list(markdown, markdown_function, expected):
(
notify_email_markdown,
(
'<p style="Margin: 0 0 20px 0; font-size: 19px; line-height: 25px; color: #0B0C0C;">+ one</p>'
'<p style="Margin: 0 0 20px 0; font-size: 19px; line-height: 25px; color: #0B0C0C;">+ two</p>'
'<p style="Margin: 0 0 20px 0; font-size: 19px; line-height: 25px; color: #0B0C0C;">+ three</p>'
'<p style="Margin: 0 0 20px 0; font-size: 19px; '
'line-height: 25px; color: #0B0C0C;">+ one<br />+ two<br />+ three</p>'
),
),
(