@readme/markdown 9.1.4 → 9.1.6
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/components/Code/index.tsx +3 -1
- package/dist/contexts/CodeOpts.d.ts +2 -0
- package/dist/contexts/index.d.ts +2 -2
- package/dist/lib/run.d.ts +1 -0
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/dist/main.js +14 -5
- package/dist/main.node.js +18 -9
- package/dist/main.node.js.map +1 -1
- package/package.json +1 -1
- package/styles/gfm.scss +2 -2
package/package.json
CHANGED
package/styles/gfm.scss
CHANGED
|
@@ -234,8 +234,8 @@
|
|
|
234
234
|
margin-top: 0 !important;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
// for mdx pages, select the
|
|
238
|
-
& >
|
|
237
|
+
// for mdx pages, select the first markdown element after the style tags
|
|
238
|
+
& > :nth-child(1 of :not(style)) {
|
|
239
239
|
margin-top: 0 !important;
|
|
240
240
|
}
|
|
241
241
|
|