@markdy/mdx 0.7.28 → 0.8.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.
- package/README.md +7 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -48,10 +48,13 @@ export const mdxComponents = {
|
|
|
48
48
|
Then write Markdown:
|
|
49
49
|
|
|
50
50
|
````md
|
|
51
|
-
```markdy width=800 height=400 bg="#
|
|
52
|
-
scene width=800 height=400
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
```markdy width=800 height=400 bg="#07111f" autoplay=false loop=false
|
|
52
|
+
scene "Request" theme=midnight width=800 height=400
|
|
53
|
+
browser Web
|
|
54
|
+
service API
|
|
55
|
+
beat main:
|
|
56
|
+
show $nodes
|
|
57
|
+
Web -> API "GET /users"
|
|
55
58
|
```
|
|
56
59
|
````
|
|
57
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markdy/mdx",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "MDX integration plugin and lightweight React player for Markdy.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"unist-util-visit": "^5.0.0",
|
|
43
|
-
"@markdy/renderer-dom": "0.
|
|
43
|
+
"@markdy/renderer-dom": "0.8.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": ">=18.0.0",
|