@markdy/language-server 0.7.19 → 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
@@ -8,6 +8,18 @@ Current capabilities:
8
8
  - hover docs for common actions
9
9
  - document symbols for scenes, actors, defs, and seqs
10
10
 
11
+ ## Visual guide
12
+
13
+ <p align="center">
14
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-tooling-map.webp" alt="Markdy tooling and editor support visual" width="900" />
15
+ </p>
16
+
17
+ ## Love Story result
18
+
19
+ <p align="center">
20
+ <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" />
21
+ </p>
22
+
11
23
  Run on stdio:
12
24
 
13
25
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/language-server",
3
- "version": "0.7.19",
3
+ "version": "0.7.20",
4
4
  "description": "Language Server Protocol implementation for MarkdyScript.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "dependencies": {
45
45
  "vscode-languageserver": "^9.0.1",
46
46
  "vscode-languageserver-textdocument": "^1.0.12",
47
- "@markdy/core": "0.7.19"
47
+ "@markdy/core": "0.7.20"
48
48
  },
49
49
  "devDependencies": {
50
50
  "tsup": "^8.5.1",