diff options
author | JensDiemer <git@jensdiemer.de> | 2022-08-23 08:11:26 +0200 |
---|---|---|
committer | JensDiemer <git@jensdiemer.de> | 2022-08-23 08:11:26 +0200 |
commit | fa967cb40bc7ec18abdc1b81cc77e8412941d817 (patch) | |
tree | 224e7e35d7c6336a5d57c0cb5264751b0ecee990 /creole/tests/test_html2markdown.py | |
parent | 7e71bf60ca8b57102c81cba5770c53e11cec526e (diff) | |
download | creole-main.tar.gz |
fix code styleHEADv1.5.0.rc3main
Diffstat (limited to 'creole/tests/test_html2markdown.py')
-rw-r--r-- | creole/tests/test_html2markdown.py | 1 |
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( |