@markdy/core 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.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +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
|
+
## Visual guide
|
|
19
|
+
|
|
20
|
+
<p align="center">
|
|
21
|
+
<img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-core-renderer-map.webp" alt="Markdy core and renderer package map" width="900" />
|
|
22
|
+
</p>
|
|
23
|
+
|
|
24
|
+
## Love Story result
|
|
25
|
+
|
|
26
|
+
<p align="center">
|
|
27
|
+
<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" />
|
|
28
|
+
</p>
|
|
29
|
+
|
|
18
30
|
## Usage
|
|
19
31
|
|
|
20
32
|
```typescript
|