Skip to content

Commit

Permalink
Merge pull request #31 from obgnail/dev
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
obgnail authored Jul 27, 2023
2 parents 9594fdc + 96af59e commit 66f05a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/auto_number.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const content_css = `
#write { counter-reset: write-h2 Figures Tables; }
h1 { counter-reset: write-h2 Figures Tables; }
h2 { counter-reset: write-h3; }
h2 { counter-reset: write-h3 Figures Tables; }
h3 { counter-reset: write-h4; }
h4 { counter-reset: write-h5; }
h5 { counter-reset: write-h6; }
Expand Down

0 comments on commit 66f05a8

Please sign in to comment.