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 c016844 commit b0bd292Copy full SHA for b0bd292
tests/test_syntax/extensions/test_toc.py
@@ -567,7 +567,7 @@ def testAnchorLinkWithMaxLevel(self):
567
self.dedent(
568
'''
569
<h1 id="header-1"><a class="toclink" href="#header-1">Header 1</a></h1>
570
- <h2 id="header-2">Header <em>2</em></h2>
+ <h2>Header <em>2</em></h2>
571
572
),
573
extensions=[TocExtension(anchorlink=True, max_level=1)]
0 commit comments