mdts 0.12.0 → 0.13.0

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.
@@ -165,6 +165,16 @@
165
165
  }
166
166
  }
167
167
 
168
+ .markdown-alert {
169
+ .markdown-alert-title {
170
+ margin-bottom: calc(var(--rehype-github-alerts-default-space) / 2);
171
+ }
172
+
173
+ p {
174
+ margin: 0;
175
+ }
176
+ }
177
+
168
178
  .katex {
169
179
  position: relative;
170
180
  font-size: 1.143rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdts",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "A markdown preview server.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",