diff --git a/tests.py b/tests.py index 719745c..2f8328b 100644 --- a/tests.py +++ b/tests.py @@ -55,3 +55,12 @@ class ConversionTests(unittest.TestCase): def test_ul(self): self.assertEqual(md('
This is an example link.
'), + 'This is an [example link](http://example.com/).\n\n' + )