We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6b31a commit a22e742Copy full SHA for a22e742
tests/test_syntax/extensions/test_smarty.py
@@ -56,6 +56,10 @@ def test_basic(self):
56
'(He replied, "She said \'Hello.\'")',
57
'<p>(He replied, “She said ‘Hello.’”)</p>'
58
)
59
+ self.assertMarkdownRenders(
60
+ '<span>He replied, "She said \'Hello.\'"</span>',
61
+ '<p><span>He replied, “She said ‘Hello.’”</span></p>'
62
+ )
63
self.assertMarkdownRenders(
64
'"quoted" text and **bold "quoted" text**',
65
'<p>“quoted” text and <strong>bold “quoted” text</strong></p>'
0 commit comments