We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59e3ba commit 0727af8Copy full SHA for 0727af8
js/customscripts.js
@@ -33,7 +33,7 @@ $(function() {
33
(function toc() {
34
var toc = $('#my_toc');
35
var path = window.location.pathname;
36
- $('.content h2').each(function() {
+ $('.content h2, .content h3').each(function() {
37
var section = $(this);
38
var url = path + '#' + section.attr('id');
39
toc.append($('<li><a href="' + url + '" class="nomunge">' + section.text() + '</a></li>'));
0 commit comments