File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,9 @@ Eu mea inani iriure.
285
285
[discrete]
286
286
== Voluptua singulis
287
287
288
+ [discrete]
289
+ === Nominavi luptatum
290
+
288
291
Cum dicat putant ne.
289
292
Est in reque homero principes, meis deleniti mediocrem ad has.
290
293
Ex nam suas nemore dignissim, vel apeirian democritum et.
Original file line number Diff line number Diff line change 14
14
var headingSelector = [ articleSelector ]
15
15
if ( level ) {
16
16
for ( var l = 1 ; l <= level ; l ++ ) headingSelector . push ( ( l === 2 ? '.sectionbody>' : '' ) + '.sect' + l )
17
- headingSelector . push ( 'h' + ( level + 1 ) + '[id]' )
17
+ headingSelector . push ( 'h' + ( level + 1 ) + '[id]' + ( level > 1 ? ':not(.discrete)' : '' ) )
18
18
} else {
19
19
headingSelector . push ( 'h1[id].sect0' )
20
20
}
You can’t perform that action at this time.
0 commit comments