Skip to content

Commit 7e38cee

Browse files
Remove unnecessary title check
Co-authored-by: Kyle King <KyleKing@users.noreply.github.com>
1 parent fe97ca2 commit 7e38cee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_superscript.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
)
1616
def test_superscript_fixtures(line, title, input, expected):
1717
md = MarkdownIt("commonmark").use(superscript_plugin)
18-
if "DISABLE-CODEBLOCKS" in title:
19-
md.disable("code")
2018
md.options["xhtmlOut"] = False
2119
text = md.render(input)
2220
assert text.rstrip() == expected.rstrip()

0 commit comments

Comments
 (0)