@ox-content/wasm 2.71.0 → 2.73.0
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/ox_content_wasm.d.ts +2 -2
- package/ox_content_wasm.js +2 -2
- package/ox_content_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/ox_content_wasm.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export class WasmParserOptions {
|
|
|
13
13
|
/**
|
|
14
14
|
* Creates options with all Markdown extension flags disabled.
|
|
15
15
|
*
|
|
16
|
-
* Defaults: `gfm = false`, `tocMaxDepth = 3`, `autolinkUrls =
|
|
16
|
+
* Defaults: `gfm = false`, `tocMaxDepth = 3`, `autolinkUrls = true`,
|
|
17
17
|
* `autolinkPatterns = ["http://", "https://"]`, and
|
|
18
18
|
* `autolinkTargetBlank = true`.
|
|
19
19
|
*/
|
|
@@ -54,7 +54,7 @@ export class WasmParserOptions {
|
|
|
54
54
|
/**
|
|
55
55
|
* Enables the GFM convenience profile.
|
|
56
56
|
*
|
|
57
|
-
* Default: `
|
|
57
|
+
* Default: `true`.
|
|
58
58
|
*/
|
|
59
59
|
set gfm(value: boolean);
|
|
60
60
|
/**
|
package/ox_content_wasm.js
CHANGED
|
@@ -20,7 +20,7 @@ export class WasmParserOptions {
|
|
|
20
20
|
/**
|
|
21
21
|
* Creates options with all Markdown extension flags disabled.
|
|
22
22
|
*
|
|
23
|
-
* Defaults: `gfm = false`, `tocMaxDepth = 3`, `autolinkUrls =
|
|
23
|
+
* Defaults: `gfm = false`, `tocMaxDepth = 3`, `autolinkUrls = true`,
|
|
24
24
|
* `autolinkPatterns = ["http://", "https://"]`, and
|
|
25
25
|
* `autolinkTargetBlank = true`.
|
|
26
26
|
*/
|
|
@@ -83,7 +83,7 @@ export class WasmParserOptions {
|
|
|
83
83
|
/**
|
|
84
84
|
* Enables the GFM convenience profile.
|
|
85
85
|
*
|
|
86
|
-
* Default: `
|
|
86
|
+
* Default: `true`.
|
|
87
87
|
* @param {boolean} value
|
|
88
88
|
*/
|
|
89
89
|
set gfm(value) {
|
package/ox_content_wasm_bg.wasm
CHANGED
|
Binary file
|