@orkestrel/markdown 0.0.11 → 0.0.13
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 +1 -1
- package/dist/src/core/index.cjs +1469 -786
- package/dist/src/core/index.cjs.map +1 -1
- package/dist/src/core/index.d.cts +802 -274
- package/dist/src/core/index.d.ts +802 -274
- package/dist/src/core/index.js +1460 -787
- package/dist/src/core/index.js.map +1 -1
- package/package.json +11 -12
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ and block content inside a table cell flattens to one line.
|
|
|
77
77
|
## Guide
|
|
78
78
|
|
|
79
79
|
For the full surface — the AST shape, the two-phase parse, the sanitization policy, the projection
|
|
80
|
-
seam, and the contract-backed leaf shapes — see [`guides/
|
|
80
|
+
seam, and the contract-backed leaf shapes — see [`guides/markdown.md`](guides/markdown.md).
|
|
81
81
|
|
|
82
82
|
## Package
|
|
83
83
|
|