- commit
- 50669758a836cd75e57ebb586d33c79f5fa7ec1b
- parent
- 5212313b0aeed29b4a91a5caa019b77195d8ce1f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-02-03 10:48
fix listitem selector
Diffstat
| M | lib/constants.js | 3 | ++- |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/constants.js b/lib/constants.js
@@ -212,6 +212,7 @@ exports.roles = {
212 212 // footer scoped
213 213 // header scoped
214 214 'i',
-1 215 'li:not(ul > li):not(ol > li)',
215 216 'pre',
216 217 'q',
217 218 'samp',
@@ -315,7 +316,7 @@ exports.roles = {
315 316 },
316 317 },
317 318 listitem: {
318 -1 selectors: ['li'],
-1 319 selectors: ['ol > li', 'ul > li'],
319 320 childRoles: ['doc-biblioentry', 'doc-endnote', 'treeitem'],
320 321 },
321 322 log: {