blockquote tag conversion
This commit is contained in:
3
tests.py
3
tests.py
@@ -37,6 +37,9 @@ class ConversionTests(unittest.TestCase):
|
||||
def test_b(self):
|
||||
self.assertEqual(md('<b>Hello</b>'), '**Hello**')
|
||||
|
||||
def test_blockquote(self):
|
||||
self.assertEqual(md('<blockquote>Hello</blockquote>'), '> Hello')
|
||||
|
||||
def test_br(self):
|
||||
self.assertEqual(md('a<br />b<br />c'), 'a \nb \nc')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user