We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21458c7 commit e2da57bCopy full SHA for e2da57b
1 file changed
site/assets/css/site.scss
@@ -124,7 +124,8 @@ div.highlighter-rouge {
124
counter-reset: h5-section;
125
}
126
> span::before {
127
- content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "." counter(h5-section) ".";
+ content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "."
128
+ counter(h5-section) ".";
129
130
131
h6 {
@@ -134,7 +135,8 @@ div.highlighter-rouge {
134
135
counter-reset: h6-section;
136
137
- content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "." counter(h5-section) "." counter(h6-section) ".";
138
139
+ counter(h5-section) "." counter(h6-section) ".";
140
141
142
0 commit comments