@xberg-io/html-to-markdown-wasm 3.11.3 → 3.11.5

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
@@ -1,5 +1,5 @@
1
1
  <!-- This file is auto-generated by alef — DO NOT EDIT. -->
2
- <!-- alef:hash:0424f097f1dc5e177dc2d26fa4172ac21caa6d8a349216fbb6e421cfb01fcc83 -->
2
+ <!-- alef:hash:507d6dc66c2c0f162fb743abebf0ebf9b3229de91ad7c833c7c72dc3cc28b46c -->
3
3
  <!-- To regenerate: alef readme -->
4
4
  <!-- To verify freshness: alef verify -->
5
5
 
@@ -100,8 +100,6 @@ shipped with TypeScript types and dist targets for nodejs, web, bundler, and den
100
100
  pnpm add @xberg-io/html-to-markdown-wasm
101
101
  ```
102
102
 
103
- ## Performance Snapshot
104
-
105
103
  ## Quick Start
106
104
 
107
105
  Basic conversion:
@@ -150,8 +148,6 @@ The dispatcher is invisible to the caller. Output is byte-identical across tiers
150
148
 
151
149
  ## API Reference
152
150
 
153
- ### Core Function
154
-
155
151
  ### Options
156
152
 
157
153
  **`ConversionOptions`** – Key configuration fields:
@@ -205,10 +201,6 @@ The metadata extraction feature enables comprehensive document analysis during c
205
201
 
206
202
  **Zero Overhead When Disabled:** Metadata extraction adds negligible overhead and happens during the HTML parsing pass. Pass `extract_metadata: true` in `ConversionOptions` to enable it; the result is available at `result.metadata`.
207
203
 
208
- ### Example: Quick Start
209
-
210
- ## Examples
211
-
212
204
  ## Links
213
205
 
214
206
  - **GitHub:** [github.com/xberg-io/html-to-markdown](https://github.com/xberg-io/html-to-markdown)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xberg-io/html-to-markdown-wasm",
3
- "version": "3.11.3",
3
+ "version": "3.11.5",
4
4
  "private": false,
5
5
  "description": "High-performance HTML to Markdown converter",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  <!-- This file is auto-generated by alef — DO NOT EDIT. -->
2
- <!-- alef:hash:0424f097f1dc5e177dc2d26fa4172ac21caa6d8a349216fbb6e421cfb01fcc83 -->
2
+ <!-- alef:hash:507d6dc66c2c0f162fb743abebf0ebf9b3229de91ad7c833c7c72dc3cc28b46c -->
3
3
  <!-- To regenerate: alef readme -->
4
4
  <!-- To verify freshness: alef verify -->
5
5
 
@@ -100,8 +100,6 @@ shipped with TypeScript types and dist targets for nodejs, web, bundler, and den
100
100
  pnpm add @xberg-io/html-to-markdown-wasm
101
101
  ```
102
102
 
103
- ## Performance Snapshot
104
-
105
103
  ## Quick Start
106
104
 
107
105
  Basic conversion:
@@ -150,8 +148,6 @@ The dispatcher is invisible to the caller. Output is byte-identical across tiers
150
148
 
151
149
  ## API Reference
152
150
 
153
- ### Core Function
154
-
155
151
  ### Options
156
152
 
157
153
  **`ConversionOptions`** – Key configuration fields:
@@ -205,10 +201,6 @@ The metadata extraction feature enables comprehensive document analysis during c
205
201
 
206
202
  **Zero Overhead When Disabled:** Metadata extraction adds negligible overhead and happens during the HTML parsing pass. Pass `extract_metadata: true` in `ConversionOptions` to enable it; the result is available at `result.metadata`.
207
203
 
208
- ### Example: Quick Start
209
-
210
- ## Examples
211
-
212
204
  ## Links
213
205
 
214
206
  - **GitHub:** [github.com/xberg-io/html-to-markdown](https://github.com/xberg-io/html-to-markdown)
@@ -2,7 +2,7 @@
2
2
  "name": "html-to-markdown-wasm",
3
3
  "type": "module",
4
4
  "description": "High-performance HTML to Markdown converter",
5
- "version": "3.11.3",
5
+ "version": "3.11.5",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  <!-- This file is auto-generated by alef — DO NOT EDIT. -->
2
- <!-- alef:hash:0424f097f1dc5e177dc2d26fa4172ac21caa6d8a349216fbb6e421cfb01fcc83 -->
2
+ <!-- alef:hash:507d6dc66c2c0f162fb743abebf0ebf9b3229de91ad7c833c7c72dc3cc28b46c -->
3
3
  <!-- To regenerate: alef readme -->
4
4
  <!-- To verify freshness: alef verify -->
5
5
 
@@ -100,8 +100,6 @@ shipped with TypeScript types and dist targets for nodejs, web, bundler, and den
100
100
  pnpm add @xberg-io/html-to-markdown-wasm
101
101
  ```
102
102
 
103
- ## Performance Snapshot
104
-
105
103
  ## Quick Start
106
104
 
107
105
  Basic conversion:
@@ -150,8 +148,6 @@ The dispatcher is invisible to the caller. Output is byte-identical across tiers
150
148
 
151
149
  ## API Reference
152
150
 
153
- ### Core Function
154
-
155
151
  ### Options
156
152
 
157
153
  **`ConversionOptions`** – Key configuration fields:
@@ -205,10 +201,6 @@ The metadata extraction feature enables comprehensive document analysis during c
205
201
 
206
202
  **Zero Overhead When Disabled:** Metadata extraction adds negligible overhead and happens during the HTML parsing pass. Pass `extract_metadata: true` in `ConversionOptions` to enable it; the result is available at `result.metadata`.
207
203
 
208
- ### Example: Quick Start
209
-
210
- ## Examples
211
-
212
204
  ## Links
213
205
 
214
206
  - **GitHub:** [github.com/xberg-io/html-to-markdown](https://github.com/xberg-io/html-to-markdown)
@@ -1,5 +1,5 @@
1
1
  <!-- This file is auto-generated by alef — DO NOT EDIT. -->
2
- <!-- alef:hash:0424f097f1dc5e177dc2d26fa4172ac21caa6d8a349216fbb6e421cfb01fcc83 -->
2
+ <!-- alef:hash:507d6dc66c2c0f162fb743abebf0ebf9b3229de91ad7c833c7c72dc3cc28b46c -->
3
3
  <!-- To regenerate: alef readme -->
4
4
  <!-- To verify freshness: alef verify -->
5
5
 
@@ -100,8 +100,6 @@ shipped with TypeScript types and dist targets for nodejs, web, bundler, and den
100
100
  pnpm add @xberg-io/html-to-markdown-wasm
101
101
  ```
102
102
 
103
- ## Performance Snapshot
104
-
105
103
  ## Quick Start
106
104
 
107
105
  Basic conversion:
@@ -150,8 +148,6 @@ The dispatcher is invisible to the caller. Output is byte-identical across tiers
150
148
 
151
149
  ## API Reference
152
150
 
153
- ### Core Function
154
-
155
151
  ### Options
156
152
 
157
153
  **`ConversionOptions`** – Key configuration fields:
@@ -205,10 +201,6 @@ The metadata extraction feature enables comprehensive document analysis during c
205
201
 
206
202
  **Zero Overhead When Disabled:** Metadata extraction adds negligible overhead and happens during the HTML parsing pass. Pass `extract_metadata: true` in `ConversionOptions` to enable it; the result is available at `result.metadata`.
207
203
 
208
- ### Example: Quick Start
209
-
210
- ## Examples
211
-
212
204
  ## Links
213
205
 
214
206
  - **GitHub:** [github.com/xberg-io/html-to-markdown](https://github.com/xberg-io/html-to-markdown)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "html-to-markdown-wasm",
3
3
  "description": "High-performance HTML to Markdown converter",
4
- "version": "3.11.3",
4
+ "version": "3.11.5",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
package/pkg/web/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <!-- This file is auto-generated by alef — DO NOT EDIT. -->
2
- <!-- alef:hash:0424f097f1dc5e177dc2d26fa4172ac21caa6d8a349216fbb6e421cfb01fcc83 -->
2
+ <!-- alef:hash:507d6dc66c2c0f162fb743abebf0ebf9b3229de91ad7c833c7c72dc3cc28b46c -->
3
3
  <!-- To regenerate: alef readme -->
4
4
  <!-- To verify freshness: alef verify -->
5
5
 
@@ -100,8 +100,6 @@ shipped with TypeScript types and dist targets for nodejs, web, bundler, and den
100
100
  pnpm add @xberg-io/html-to-markdown-wasm
101
101
  ```
102
102
 
103
- ## Performance Snapshot
104
-
105
103
  ## Quick Start
106
104
 
107
105
  Basic conversion:
@@ -150,8 +148,6 @@ The dispatcher is invisible to the caller. Output is byte-identical across tiers
150
148
 
151
149
  ## API Reference
152
150
 
153
- ### Core Function
154
-
155
151
  ### Options
156
152
 
157
153
  **`ConversionOptions`** – Key configuration fields:
@@ -205,10 +201,6 @@ The metadata extraction feature enables comprehensive document analysis during c
205
201
 
206
202
  **Zero Overhead When Disabled:** Metadata extraction adds negligible overhead and happens during the HTML parsing pass. Pass `extract_metadata: true` in `ConversionOptions` to enable it; the result is available at `result.metadata`.
207
203
 
208
- ### Example: Quick Start
209
-
210
- ## Examples
211
-
212
204
  ## Links
213
205
 
214
206
  - **GitHub:** [github.com/xberg-io/html-to-markdown](https://github.com/xberg-io/html-to-markdown)
@@ -2,7 +2,7 @@
2
2
  "name": "html-to-markdown-wasm",
3
3
  "type": "module",
4
4
  "description": "High-performance HTML to Markdown converter",
5
- "version": "3.11.3",
5
+ "version": "3.11.5",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",