@markdy/core 0.7.20 → 0.7.22
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 +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,16 +15,18 @@ The parser and AST types for [MarkdyScript](../../docs/SYNTAX.md) — a DSL for
|
|
|
15
15
|
pnpm add @markdy/core
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Package position (text)
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
```text
|
|
21
|
+
@markdy/core
|
|
22
|
+
-> parser + AST types (no DOM, no runtime deps)
|
|
23
|
+
-> foundation for renderer, CLI, language server, and integrations
|
|
24
|
+
```
|
|
23
25
|
|
|
24
|
-
##
|
|
26
|
+
## Output preview
|
|
25
27
|
|
|
26
28
|
<p align="center">
|
|
27
|
-
<img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-
|
|
29
|
+
<img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-output-preview.webp" alt="Markdy output preview" width="900" />
|
|
28
30
|
</p>
|
|
29
31
|
|
|
30
32
|
## Usage
|