@aiquants/markdown 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -441,6 +441,14 @@
|
|
|
441
441
|
padding-left: 2em;
|
|
442
442
|
}
|
|
443
443
|
|
|
444
|
+
.markdown-body ul {
|
|
445
|
+
list-style-type: disc;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.markdown-body ol {
|
|
449
|
+
list-style-type: decimal;
|
|
450
|
+
}
|
|
451
|
+
|
|
444
452
|
.markdown-body ol ol,
|
|
445
453
|
.markdown-body ul ol {
|
|
446
454
|
list-style-type: lower-roman;
|