@markdy/mdx 1.0.24 → 1.0.25

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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,7 +23,14 @@ MDX integration transforms fenced markdy blocks into lazy diagram components.
23
23
  ## Output preview
24
24
 
25
25
  <p align="center">
26
- <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-framework-integrations.webp" alt="Markdy MDX Framework Integration" width="900" />
26
+ <a href="https://markdy.com/playground/">
27
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-framework-integrations.webp" alt="Markdy MDX Framework Integration" width="900" />
28
+ </a>
29
+ </p>
30
+ <p align="center">
31
+ <a href="https://markdy.com/playground/">
32
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/scene-osi-layers.webp" alt="Markdy Rendered Layer Stack in MDX" width="900" />
33
+ </a>
27
34
  </p>
28
35
 
29
36
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/mdx",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "MDX plugin and lightweight React component for diagram-native animated Markdy diagrams.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "unist-util-visit": "^5.0.0",
45
- "@markdy/renderer-dom": "1.0.24"
45
+ "@markdy/renderer-dom": "1.0.25"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": ">=18.0.0",