File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ div.highlighter-rouge {
124124 counter-reset : h5- section;
125125 }
126126 > span ::before {
127- content : counter (h2-section ) " ." counter (h3-section ) " ." counter (h4-section ) " ." counter (h5-section ) " ." ;
127+ content : counter (h2-section ) " ." counter (h3-section ) " ." counter (h4-section ) " ."
128+ counter (h5-section ) " ." ;
128129 }
129130 }
130131 h6 {
@@ -134,7 +135,8 @@ div.highlighter-rouge {
134135 counter-reset : h6- section;
135136 }
136137 > span ::before {
137- content : counter (h2-section ) " ." counter (h3-section ) " ." counter (h4-section ) " ." counter (h5-section ) " ." counter (h6-section ) " ." ;
138+ content : counter (h2-section ) " ." counter (h3-section ) " ." counter (h4-section ) " ."
139+ counter (h5-section ) " ." counter (h6-section ) " ." ;
138140 }
139141 }
140142
You can’t perform that action at this time.
0 commit comments