We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe40a86 commit 282543cCopy full SHA for 282543c
preview-src/index.adoc
@@ -176,6 +176,13 @@ No sea, at invenire voluptaria mnesarchum has.
176
Eu sed antiopam gloriatur.
177
Ea mea agam graeci philosophia.
178
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
186
* [ ] todo
187
* [x] done!
188
src/css/doc.css
@@ -579,6 +579,12 @@
579
list-style-type: square;
580
}
581
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
588
.doc ol.arabic {
589
list-style-type: decimal;
590
0 commit comments