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 19df5b6 commit 87b82a9Copy full SHA for 87b82a9
tests/test_syntax/extensions/test_md_in_html.py
@@ -1519,6 +1519,9 @@ def test_md1_code_cdata(self):
1519
1520
def test_trailing_content_after_tag_in_md_block(self):
1521
1522
+ # It should be noted that this is not the way `md_in_html` is intended to be used.
1523
+ # What we are specifically testing is an edge case where content was previously lost.
1524
+ # Lost content should not happen.
1525
self.assertMarkdownRenders(
1526
self.dedent(
1527
"""
0 commit comments