@markdy/mdx 0.7.18 → 0.7.20

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 +12 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,6 +11,18 @@ MDX integration for MarkdyScript with Lighthouse-safe defaults:
11
11
  pnpm add @markdy/mdx react react-dom
12
12
  ```
13
13
 
14
+ ## Visual guide
15
+
16
+ <p align="center">
17
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-integrations-map.webp" alt="Markdy Astro and MDX integration visual" width="900" />
18
+ </p>
19
+
20
+ ## Love Story result
21
+
22
+ <p align="center">
23
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-love-story-result.webp" alt="Love Story main Markdy result" width="900" />
24
+ </p>
25
+
14
26
  ## Usage
15
27
 
16
28
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/mdx",
3
- "version": "0.7.18",
3
+ "version": "0.7.20",
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.7.18"
43
+ "@markdy/renderer-dom": "0.7.20"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=18.0.0",