We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d4b43 commit e912575Copy full SHA for e912575
docs/extensions/toc.md
@@ -49,10 +49,12 @@ would generate the following output:
49
```html
50
<div class="toc">
51
<ul>
52
- <li><a href="#header-1">Header 1</a></li>
+ <li>
53
+ <a href="#header-1">Header 1</a>
54
55
<li><a href="#header-2">Header 2</a></li>
56
</ul>
57
+ </li>
58
59
</div>
60
<h1 id="header-1">Header 1</h1>
@@ -121,10 +123,12 @@ would generate the following output:
121
123
122
124
125
- <li><a href="#functions">Functions</a></li>
126
127
+ <a href="#functions">Functions</a>
128
129
<li><a href="#markdown">markdown.markdown</a></li>
130
131
132
133
134
<h1 id="functions">Functions</h1>
0 commit comments