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.
2 parents 764a2c9 + 658399a commit 2ff1a4dCopy full SHA for 2ff1a4d
toc.js
@@ -100,7 +100,7 @@ var TableOfContents = Control.extend({
100
var navHeight = this.navHeight;
101
return [].map.call(titles, function(title, idx){
102
var txt = title.textContent;
103
- title.id = 'sig_' + txt.replace(/\s/g,"").replace(/[^\w]/g,"_");
+ title.id = 'section_' + txt.replace(/\s/g,"").replace(/[^\w]/g,"_");
104
return {
105
id: title.id,
106
index: idx,
0 commit comments