@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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiquants/markdown",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Markdown renderer for React with advanced features",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",