Skip to content

Commit

Permalink
Site updated: 06/13/2024 02:20:53
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jun 12, 2024
1 parent d6e641f commit ca3f0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/custom_any_theme_headings_number.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}else if(level == current_heading_level){
headingCounters[level-1] += 1;
}else{
headingCounters[level-1] = 1;
headingCounters[level-1] += 1;
for (let i = level + 1; i < headingCounters.length; i++) {
headingCounters[i] = 0;
}
Expand Down

0 comments on commit ca3f0c0

Please sign in to comment.