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.
285285[discrete]
286286== Voluptua singulis
287287
288+ [discrete]
289+ === Nominavi luptatum
290+
288291Cum dicat putant ne.
289292Est in reque homero principes, meis deleniti mediocrem ad has.
290293Ex nam suas nemore dignissim, vel apeirian democritum et.
Original file line number Diff line number Diff line change 1414 var headingSelector = [ articleSelector ]
1515 if ( level ) {
1616 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)' : '' ) )
1818 } else {
1919 headingSelector . push ( 'h1[id].sect0' )
2020 }
You can’t perform that action at this time.
0 commit comments