@sevenwiki/sevenmark 2.27.6 → 2.28.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 +2 -2
- package/package.json +1 -1
- package/sevenmark_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -18,8 +18,8 @@ import init, {
|
|
|
18
18
|
|
|
19
19
|
await init();
|
|
20
20
|
|
|
21
|
-
const ast = JSON.parse(parse_sevenmark("
|
|
22
|
-
const codemirrorAst = JSON.parse(parse_sevenmark_to_codemirror("
|
|
21
|
+
const ast = JSON.parse(parse_sevenmark("## SevenMark"));
|
|
22
|
+
const codemirrorAst = JSON.parse(parse_sevenmark_to_codemirror("## SevenMark"));
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
This package is built from `crates/sevenmark_wasm` in the main repository:
|
package/package.json
CHANGED
package/sevenmark_wasm_bg.wasm
CHANGED
|
Binary file
|