@takazudo/zfb-md-wasm 2.4.0 → 2.5.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
CHANGED
|
@@ -222,7 +222,7 @@ interface ParseToAstOptions {
|
|
|
222
222
|
gfm?: {
|
|
223
223
|
strikethrough?: boolean; // default true
|
|
224
224
|
table?: boolean; // default true
|
|
225
|
-
autolinkLiteral?: boolean; // default
|
|
225
|
+
autolinkLiteral?: boolean; // default true
|
|
226
226
|
taskListItem?: boolean; // default false
|
|
227
227
|
footnoteDefinition?: boolean; // default false; controls definitions + references
|
|
228
228
|
};
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takazudo/zfb-md-wasm",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "zfb's md/mdx -> JS/HTML conversion pipeline compiled to WebAssembly, for browser-side dynamic conversion (CMS live preview with parity to zfb's production output).",
|