summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--creole/tests/test_html2markdown.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/creole/tests/test_html2markdown.py b/creole/tests/test_html2markdown.py
index 7ecba0e..5767cb4 100644
--- a/creole/tests/test_html2markdown.py
+++ b/creole/tests/test_html2markdown.py
@@ -51,6 +51,7 @@ class MarkdownTests(BaseCreoleTest):
markdown_string='**This text is _extremely_ important**',
html_string='<p><strong>This text is <em>extremely</em> important</strong></p>',
)
+
def test_lists(self):
self.assert_html2markdown(
markdown_string=cleandoc(