@marimo-team/islands 0.21.2-dev70 → 0.21.2-dev71

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.21.2-dev70",
3
+ "version": "0.21.2-dev71",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
package/src/css/md.css CHANGED
@@ -12,6 +12,16 @@
12
12
  margin-block-end: 0;
13
13
  }
14
14
 
15
+ .markdown ul li,
16
+ .markdown ol li {
17
+ margin-block: 0;
18
+ }
19
+
20
+ /* Restore browser default bullet cycling that Tailwind Typography overrides */
21
+ .markdown ul ul {
22
+ list-style-type: revert;
23
+ }
24
+
15
25
  .markdown h1 {
16
26
  text-align: start;
17
27
  }