@kreuzberg/html-to-markdown-wasm 2.23.3 → 2.24.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 +3 -3
- package/dist/README.md +4 -4
- package/dist/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist/package.json +1 -1
- package/dist-node/README.md +4 -4
- package/dist-node/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist-node/package.json +1 -1
- package/dist-web/README.md +4 -4
- package/dist-web/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist-web/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Runs anywhere: Node.js, Deno, Bun, browsers, and edge runtimes.
|
|
|
13
13
|
[](https://www.npmjs.com/package/@kreuzberg/html-to-markdown-node)
|
|
14
14
|
[](https://www.npmjs.com/package/@kreuzberg/html-to-markdown-wasm)
|
|
15
15
|
[](https://pypi.org/project/html-to-markdown/)
|
|
16
|
-
[](https://packagist.org/packages/kreuzberg-dev/html-to-markdown)
|
|
17
17
|
[](https://rubygems.org/gems/html-to-markdown)
|
|
18
18
|
[](https://www.nuget.org/packages/KreuzbergDev.HtmlToMarkdown/)
|
|
19
19
|
[](https://central.sonatype.com/artifact/dev.kreuzberg/html-to-markdown)
|
|
@@ -731,7 +731,7 @@ The same Rust engine ships as native bindings for other ecosystems:
|
|
|
731
731
|
- 🖥️ Node.js / Bun: [`html-to-markdown-node`](https://www.npmjs.com/package/html-to-markdown-node)
|
|
732
732
|
- 🐍 Python: [`html-to-markdown`](https://pypi.org/project/html-to-markdown/)
|
|
733
733
|
- 💎 Ruby: [`html-to-markdown`](https://rubygems.org/gems/html-to-markdown)
|
|
734
|
-
- 🐘 PHP: [`
|
|
734
|
+
- 🐘 PHP: [`kreuzberg-dev/html-to-markdown`](https://packagist.org/packages/kreuzberg-dev/html-to-markdown)
|
|
735
735
|
- 🦀 Rust crate & CLI: [`html-to-markdown-rs`](https://crates.io/crates/html-to-markdown-rs)
|
|
736
736
|
|
|
737
737
|
## Links
|
|
@@ -740,7 +740,7 @@ The same Rust engine ships as native bindings for other ecosystems:
|
|
|
740
740
|
- [Full Documentation](https://github.com/kreuzberg-dev/html-to-markdown/blob/main/README.md)
|
|
741
741
|
- [Native Node Package](https://www.npmjs.com/package/html-to-markdown-node)
|
|
742
742
|
- [Python Package](https://pypi.org/project/html-to-markdown/)
|
|
743
|
-
- [PHP Extension & Helpers](https://packagist.org/packages/
|
|
743
|
+
- [PHP Extension & Helpers](https://packagist.org/packages/kreuzberg-dev/html-to-markdown)
|
|
744
744
|
- [Rust Crate](https://crates.io/crates/html-to-markdown-rs)
|
|
745
745
|
|
|
746
746
|
## License
|
package/dist/README.md
CHANGED
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/html-to-markdown?label=Java&color=007ec6" alt="Java">
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://pkg.go.dev/github.com/kreuzberg-dev/html-to-markdown/packages/go/v2/htmltomarkdown">
|
|
21
|
-
<img src="https://img.shields.io/badge/Go-v2.
|
|
21
|
+
<img src="https://img.shields.io/badge/Go-v2.24.1-007ec6" alt="Go">
|
|
22
22
|
</a>
|
|
23
23
|
<a href="https://www.nuget.org/packages/KreuzbergDev.HtmlToMarkdown/">
|
|
24
24
|
<img src="https://img.shields.io/nuget/v/KreuzbergDev.HtmlToMarkdown?label=C%23&color=007ec6" alt="C#">
|
|
25
25
|
</a>
|
|
26
|
-
<a href="https://packagist.org/packages/
|
|
27
|
-
<img src="https://img.shields.io/packagist/v/
|
|
26
|
+
<a href="https://packagist.org/packages/kreuzberg-dev/html-to-markdown">
|
|
27
|
+
<img src="https://img.shields.io/packagist/v/kreuzberg-dev/html-to-markdown?label=PHP&color=007ec6" alt="PHP">
|
|
28
28
|
</a>
|
|
29
29
|
<a href="https://rubygems.org/gems/html-to-markdown">
|
|
30
30
|
<img src="https://img.shields.io/gem/v/html-to-markdown?label=Ruby&color=007ec6" alt="Ruby">
|
|
@@ -87,7 +87,7 @@ Each language binding provides comprehensive documentation with installation ins
|
|
|
87
87
|
- **[Rust](./crates/html-to-markdown/README.md)** – Core library, flexible feature flags, zero-copy APIs
|
|
88
88
|
|
|
89
89
|
**Command-Line:**
|
|
90
|
-
- **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or
|
|
90
|
+
- **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg/tap/html-to-markdown`
|
|
91
91
|
|
|
92
92
|
<details>
|
|
93
93
|
<summary><strong>Metadata Extraction</strong></summary>
|
|
Binary file
|
package/dist/package.json
CHANGED
package/dist-node/README.md
CHANGED
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/html-to-markdown?label=Java&color=007ec6" alt="Java">
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://pkg.go.dev/github.com/kreuzberg-dev/html-to-markdown/packages/go/v2/htmltomarkdown">
|
|
21
|
-
<img src="https://img.shields.io/badge/Go-v2.
|
|
21
|
+
<img src="https://img.shields.io/badge/Go-v2.24.1-007ec6" alt="Go">
|
|
22
22
|
</a>
|
|
23
23
|
<a href="https://www.nuget.org/packages/KreuzbergDev.HtmlToMarkdown/">
|
|
24
24
|
<img src="https://img.shields.io/nuget/v/KreuzbergDev.HtmlToMarkdown?label=C%23&color=007ec6" alt="C#">
|
|
25
25
|
</a>
|
|
26
|
-
<a href="https://packagist.org/packages/
|
|
27
|
-
<img src="https://img.shields.io/packagist/v/
|
|
26
|
+
<a href="https://packagist.org/packages/kreuzberg-dev/html-to-markdown">
|
|
27
|
+
<img src="https://img.shields.io/packagist/v/kreuzberg-dev/html-to-markdown?label=PHP&color=007ec6" alt="PHP">
|
|
28
28
|
</a>
|
|
29
29
|
<a href="https://rubygems.org/gems/html-to-markdown">
|
|
30
30
|
<img src="https://img.shields.io/gem/v/html-to-markdown?label=Ruby&color=007ec6" alt="Ruby">
|
|
@@ -87,7 +87,7 @@ Each language binding provides comprehensive documentation with installation ins
|
|
|
87
87
|
- **[Rust](./crates/html-to-markdown/README.md)** – Core library, flexible feature flags, zero-copy APIs
|
|
88
88
|
|
|
89
89
|
**Command-Line:**
|
|
90
|
-
- **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or
|
|
90
|
+
- **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg/tap/html-to-markdown`
|
|
91
91
|
|
|
92
92
|
<details>
|
|
93
93
|
<summary><strong>Metadata Extraction</strong></summary>
|
|
Binary file
|
package/dist-node/package.json
CHANGED
package/dist-web/README.md
CHANGED
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
<img src="https://img.shields.io/maven-central/v/dev.kreuzberg/html-to-markdown?label=Java&color=007ec6" alt="Java">
|
|
19
19
|
</a>
|
|
20
20
|
<a href="https://pkg.go.dev/github.com/kreuzberg-dev/html-to-markdown/packages/go/v2/htmltomarkdown">
|
|
21
|
-
<img src="https://img.shields.io/badge/Go-v2.
|
|
21
|
+
<img src="https://img.shields.io/badge/Go-v2.24.1-007ec6" alt="Go">
|
|
22
22
|
</a>
|
|
23
23
|
<a href="https://www.nuget.org/packages/KreuzbergDev.HtmlToMarkdown/">
|
|
24
24
|
<img src="https://img.shields.io/nuget/v/KreuzbergDev.HtmlToMarkdown?label=C%23&color=007ec6" alt="C#">
|
|
25
25
|
</a>
|
|
26
|
-
<a href="https://packagist.org/packages/
|
|
27
|
-
<img src="https://img.shields.io/packagist/v/
|
|
26
|
+
<a href="https://packagist.org/packages/kreuzberg-dev/html-to-markdown">
|
|
27
|
+
<img src="https://img.shields.io/packagist/v/kreuzberg-dev/html-to-markdown?label=PHP&color=007ec6" alt="PHP">
|
|
28
28
|
</a>
|
|
29
29
|
<a href="https://rubygems.org/gems/html-to-markdown">
|
|
30
30
|
<img src="https://img.shields.io/gem/v/html-to-markdown?label=Ruby&color=007ec6" alt="Ruby">
|
|
@@ -87,7 +87,7 @@ Each language binding provides comprehensive documentation with installation ins
|
|
|
87
87
|
- **[Rust](./crates/html-to-markdown/README.md)** – Core library, flexible feature flags, zero-copy APIs
|
|
88
88
|
|
|
89
89
|
**Command-Line:**
|
|
90
|
-
- **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or
|
|
90
|
+
- **[CLI](https://crates.io/crates/html-to-markdown-cli)** – Cross-platform binary via `cargo install html-to-markdown-cli` or Homebrew: `brew install kreuzberg/tap/html-to-markdown`
|
|
91
91
|
|
|
92
92
|
<details>
|
|
93
93
|
<summary><strong>Metadata Extraction</strong></summary>
|
|
Binary file
|
package/dist-web/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kreuzberg/html-to-markdown-wasm",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.1",
|
|
4
4
|
"description": "High-performance HTML to Markdown converter - WebAssembly bindings",
|
|
5
5
|
"main": "dist/html_to_markdown_wasm.js",
|
|
6
6
|
"types": "dist/html_to_markdown_wasm.d.ts",
|