Skip to content

Commit 282543c

Browse files
committed
configure unordered list style to inherit by default
1 parent fe40a86 commit 282543c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

preview-src/index.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ No sea, at invenire voluptaria mnesarchum has.
176176
Eu sed antiopam gloriatur.
177177
Ea mea agam graeci philosophia.
178178

179+
[circle]
180+
* circles
181+
** circles
182+
*** and more circles!
183+
184+
At ornatus splendide sed, phaedrum omittantur usu an, vix an noster voluptatibus.
185+
179186
* [ ] todo
180187
* [x] done!
181188

src/css/doc.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,12 @@
579579
list-style-type: square;
580580
}
581581

582+
.doc ul.circle ul:not([class]),
583+
.doc ul.disc ul:not([class]),
584+
.doc ul.square ul:not([class]) {
585+
list-style: inherit;
586+
}
587+
582588
.doc ol.arabic {
583589
list-style-type: decimal;
584590
}

0 commit comments

Comments
 (0)