html-to-markdown-wasm 2.6.4 → 2.6.6
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 -2
- package/dist/README.md +1 -2
- package/dist/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist/package.json +1 -1
- package/dist-node/README.md +1 -2
- package/dist-node/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist-node/package.json +1 -1
- package/dist-web/README.md +1 -2
- 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
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Universal HTML to Markdown converter using WebAssembly.
|
|
4
4
|
|
|
5
|
-
Powered by the same Rust engine as the Node.js, Python, and
|
|
5
|
+
Powered by the same Rust engine as the Node.js, Python, Ruby, and PHP bindings, so Markdown output stays identical regardless of runtime.
|
|
6
6
|
|
|
7
7
|
Runs anywhere: Node.js, Deno, Bun, browsers, and edge runtimes.
|
|
8
8
|
|
|
9
9
|
[](https://crates.io/crates/html-to-markdown-rs)
|
|
10
10
|
[](https://www.npmjs.com/package/html-to-markdown-node)
|
|
11
11
|
[](https://www.npmjs.com/package/html-to-markdown-wasm)
|
|
12
|
-
[](https://www.npmjs.com/package/html-to-markdown)
|
|
13
12
|
[](https://pypi.org/project/html-to-markdown/)
|
|
14
13
|
[](https://packagist.org/packages/goldziher/html-to-markdown)
|
|
15
14
|
[](https://rubygems.org/gems/html-to-markdown)
|
|
@@ -373,6 +372,7 @@ The same Rust engine ships as native bindings for other ecosystems:
|
|
|
373
372
|
- 🖥️ Node.js / Bun: [`html-to-markdown-node`](https://www.npmjs.com/package/html-to-markdown-node)
|
|
374
373
|
- 🐍 Python: [`html-to-markdown`](https://pypi.org/project/html-to-markdown/)
|
|
375
374
|
- 💎 Ruby: [`html-to-markdown`](https://rubygems.org/gems/html-to-markdown)
|
|
375
|
+
- 🐘 PHP: [`goldziher/html-to-markdown`](https://packagist.org/packages/goldziher/html-to-markdown)
|
|
376
376
|
- 🦀 Rust crate & CLI: [`html-to-markdown-rs`](https://crates.io/crates/html-to-markdown-rs)
|
|
377
377
|
|
|
378
378
|
## Links
|
|
@@ -381,6 +381,7 @@ The same Rust engine ships as native bindings for other ecosystems:
|
|
|
381
381
|
- [Full Documentation](https://github.com/Goldziher/html-to-markdown/blob/main/README.md)
|
|
382
382
|
- [Native Node Package](https://www.npmjs.com/package/html-to-markdown-node)
|
|
383
383
|
- [Python Package](https://pypi.org/project/html-to-markdown/)
|
|
384
|
+
- [PHP Extension & Helpers](https://packagist.org/packages/goldziher/html-to-markdown)
|
|
384
385
|
- [Rust Crate](https://crates.io/crates/html-to-markdown-rs)
|
|
385
386
|
|
|
386
387
|
## License
|
package/dist/README.md
CHANGED
|
@@ -5,7 +5,6 @@ High-performance HTML → Markdown conversion powered by Rust. Shipping as a Rus
|
|
|
5
5
|
[](https://crates.io/crates/html-to-markdown-rs)
|
|
6
6
|
[](https://www.npmjs.com/package/html-to-markdown-node)
|
|
7
7
|
[](https://www.npmjs.com/package/html-to-markdown-wasm)
|
|
8
|
-
[](https://www.npmjs.com/package/html-to-markdown)
|
|
9
8
|
[](https://pypi.org/project/html-to-markdown/)
|
|
10
9
|
[](https://packagist.org/packages/goldziher/html-to-markdown)
|
|
11
10
|
[](https://rubygems.org/gems/html-to-markdown)
|
|
@@ -40,7 +39,7 @@ Experience WebAssembly-powered HTML to Markdown conversion instantly in your bro
|
|
|
40
39
|
- **PHP guides**:
|
|
41
40
|
- PHP wrapper package – [PHP README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/php/README.md)
|
|
42
41
|
- PHP extension (PIE) – [Extension README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/php-ext/README.md)
|
|
43
|
-
- **Ruby guide** – [Ruby README](https://github.com/Goldziher/html-to-markdown/blob/main/
|
|
42
|
+
- **Ruby guide** – [Ruby README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/ruby/README.md)
|
|
44
43
|
- **Rust guide** – [Rust README](https://github.com/Goldziher/html-to-markdown/blob/main/crates/html-to-markdown/README.md)
|
|
45
44
|
- **Contributing** – [CONTRIBUTING.md](https://github.com/Goldziher/html-to-markdown/blob/main/CONTRIBUTING.md) ⭐ Start here!
|
|
46
45
|
- **Changelog** – [CHANGELOG.md](https://github.com/Goldziher/html-to-markdown/blob/main/CHANGELOG.md)
|
|
Binary file
|
package/dist/package.json
CHANGED
package/dist-node/README.md
CHANGED
|
@@ -5,7 +5,6 @@ High-performance HTML → Markdown conversion powered by Rust. Shipping as a Rus
|
|
|
5
5
|
[](https://crates.io/crates/html-to-markdown-rs)
|
|
6
6
|
[](https://www.npmjs.com/package/html-to-markdown-node)
|
|
7
7
|
[](https://www.npmjs.com/package/html-to-markdown-wasm)
|
|
8
|
-
[](https://www.npmjs.com/package/html-to-markdown)
|
|
9
8
|
[](https://pypi.org/project/html-to-markdown/)
|
|
10
9
|
[](https://packagist.org/packages/goldziher/html-to-markdown)
|
|
11
10
|
[](https://rubygems.org/gems/html-to-markdown)
|
|
@@ -40,7 +39,7 @@ Experience WebAssembly-powered HTML to Markdown conversion instantly in your bro
|
|
|
40
39
|
- **PHP guides**:
|
|
41
40
|
- PHP wrapper package – [PHP README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/php/README.md)
|
|
42
41
|
- PHP extension (PIE) – [Extension README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/php-ext/README.md)
|
|
43
|
-
- **Ruby guide** – [Ruby README](https://github.com/Goldziher/html-to-markdown/blob/main/
|
|
42
|
+
- **Ruby guide** – [Ruby README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/ruby/README.md)
|
|
44
43
|
- **Rust guide** – [Rust README](https://github.com/Goldziher/html-to-markdown/blob/main/crates/html-to-markdown/README.md)
|
|
45
44
|
- **Contributing** – [CONTRIBUTING.md](https://github.com/Goldziher/html-to-markdown/blob/main/CONTRIBUTING.md) ⭐ Start here!
|
|
46
45
|
- **Changelog** – [CHANGELOG.md](https://github.com/Goldziher/html-to-markdown/blob/main/CHANGELOG.md)
|
|
Binary file
|
package/dist-node/package.json
CHANGED
package/dist-web/README.md
CHANGED
|
@@ -5,7 +5,6 @@ High-performance HTML → Markdown conversion powered by Rust. Shipping as a Rus
|
|
|
5
5
|
[](https://crates.io/crates/html-to-markdown-rs)
|
|
6
6
|
[](https://www.npmjs.com/package/html-to-markdown-node)
|
|
7
7
|
[](https://www.npmjs.com/package/html-to-markdown-wasm)
|
|
8
|
-
[](https://www.npmjs.com/package/html-to-markdown)
|
|
9
8
|
[](https://pypi.org/project/html-to-markdown/)
|
|
10
9
|
[](https://packagist.org/packages/goldziher/html-to-markdown)
|
|
11
10
|
[](https://rubygems.org/gems/html-to-markdown)
|
|
@@ -40,7 +39,7 @@ Experience WebAssembly-powered HTML to Markdown conversion instantly in your bro
|
|
|
40
39
|
- **PHP guides**:
|
|
41
40
|
- PHP wrapper package – [PHP README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/php/README.md)
|
|
42
41
|
- PHP extension (PIE) – [Extension README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/php-ext/README.md)
|
|
43
|
-
- **Ruby guide** – [Ruby README](https://github.com/Goldziher/html-to-markdown/blob/main/
|
|
42
|
+
- **Ruby guide** – [Ruby README](https://github.com/Goldziher/html-to-markdown/blob/main/packages/ruby/README.md)
|
|
44
43
|
- **Rust guide** – [Rust README](https://github.com/Goldziher/html-to-markdown/blob/main/crates/html-to-markdown/README.md)
|
|
45
44
|
- **Contributing** – [CONTRIBUTING.md](https://github.com/Goldziher/html-to-markdown/blob/main/CONTRIBUTING.md) ⭐ Start here!
|
|
46
45
|
- **Changelog** – [CHANGELOG.md](https://github.com/Goldziher/html-to-markdown/blob/main/CHANGELOG.md)
|
|
Binary file
|
package/dist-web/package.json
CHANGED
package/package.json
CHANGED