@foldkit/markdown 0.1.0 → 0.1.1
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/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @foldkit/markdown
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Write markdown files, get Foldkit views with live islands.
|
|
4
4
|
|
|
5
5
|
A Vite plugin parses each imported `.md` file with remark, validates it against an Effect Schema vocabulary, and emits a typed document module. The browser receives data, never a parser. A pure fold renders the document as Foldkit `Html`, so markdown content participates in the vdom, DevTools, and time travel like any other view.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foldkit/markdown",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Write markdown files, get Foldkit views with live islands.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"typescript": "^6.0.3",
|
|
47
47
|
"vite": "^8.0.16",
|
|
48
48
|
"vitest": "^4.1.9",
|
|
49
|
-
"foldkit": "0.
|
|
49
|
+
"foldkit": "0.130.0"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
52
52
|
"foldkit",
|