@xberg-io/html-to-markdown-wasm 3.11.4 → 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 +1 -9
- package/package.json +1 -1
- package/pkg/bundler/README.md +1 -9
- package/pkg/bundler/html_to_markdown_wasm_bg.wasm +0 -0
- package/pkg/bundler/package.json +1 -1
- package/pkg/deno/README.md +1 -9
- package/pkg/deno/html_to_markdown_wasm_bg.wasm +0 -0
- package/pkg/nodejs/README.md +1 -9
- package/pkg/nodejs/html_to_markdown_wasm_bg.wasm +0 -0
- package/pkg/nodejs/package.json +1 -1
- package/pkg/web/README.md +1 -9
- package/pkg/web/html_to_markdown_wasm_bg.wasm +0 -0
- package/pkg/web/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- This file is auto-generated by alef — DO NOT EDIT. -->
|
|
2
|
-
<!-- alef:hash:
|
|
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
package/pkg/bundler/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- This file is auto-generated by alef — DO NOT EDIT. -->
|
|
2
|
-
<!-- alef:hash:
|
|
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)
|
|
Binary file
|
package/pkg/bundler/package.json
CHANGED
package/pkg/deno/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- This file is auto-generated by alef — DO NOT EDIT. -->
|
|
2
|
-
<!-- alef:hash:
|
|
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)
|
|
Binary file
|
package/pkg/nodejs/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<!-- This file is auto-generated by alef — DO NOT EDIT. -->
|
|
2
|
-
<!-- alef:hash:
|
|
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)
|
|
Binary file
|
package/pkg/nodejs/package.json
CHANGED
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:
|
|
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)
|
|
Binary file
|