@markdy/cli 0.7.24 → 0.7.26

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -29,7 +29,7 @@ To make `markdy` available as a shell command everywhere, install it globally wi
29
29
  Use this command to generate a local HTML preview:
30
30
 
31
31
  ```bash
32
- npx markdy render examples/00-love-story.markdy --out examples/xscene.html
32
+ npx markdy render examples/showcase/bullet-reveal.markdy --out examples/xscene.html
33
33
  ```
34
34
 
35
35
  ## Commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/cli",
3
- "version": "0.7.24",
3
+ "version": "0.7.26",
4
4
  "description": "First-party CLI for MarkdyScript: lint, format, explain, render, and local playground tooling.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -41,8 +41,8 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@markdy/core": "0.7.24",
45
- "@markdy/renderer-dom": "0.7.24"
44
+ "@markdy/core": "0.7.26",
45
+ "@markdy/renderer-dom": "0.7.26"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^25.9.5",