html-to-markdown-wasm 2.5.1 → 2.5.3
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 -0
- package/dist/README.md +3 -3
- package/dist/html_to_markdown_wasm_bg.wasm +0 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,10 @@ Powered by the same Rust engine as the Node.js, Python, and Ruby bindings, so Ma
|
|
|
6
6
|
|
|
7
7
|
Runs anywhere: Node.js, Deno, Bun, browsers, and edge runtimes.
|
|
8
8
|
|
|
9
|
+
[](https://crates.io/crates/html-to-markdown-rs)
|
|
9
10
|
[](https://www.npmjs.com/package/html-to-markdown-wasm)
|
|
11
|
+
[](https://pypi.org/project/html-to-markdown/)
|
|
12
|
+
[](https://rubygems.org/gems/html-to-markdown)
|
|
10
13
|
[](https://github.com/Goldziher/html-to-markdown/blob/main/LICENSE)
|
|
11
14
|
|
|
12
15
|
## Performance
|
package/dist/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
High-performance HTML → Markdown conversion powered by Rust. Shipping as a Rust crate, Python package, Ruby gem, Node.js bindings, WebAssembly, and standalone CLI with identical rendering behaviour.
|
|
4
4
|
|
|
5
|
-
[](https://pypi.org/project/html-to-markdown/)
|
|
6
|
-
[](https://rubygems.org/gems/html-to-markdown)
|
|
7
|
-
[](https://www.npmjs.com/package/html-to-markdown-node)
|
|
8
5
|
[](https://crates.io/crates/html-to-markdown-rs)
|
|
6
|
+
[](https://www.npmjs.com/package/html-to-markdown-node)
|
|
7
|
+
[](https://pypi.org/project/html-to-markdown/)
|
|
8
|
+
[](https://rubygems.org/gems/html-to-markdown)
|
|
9
9
|
[](https://pypi.org/project/html-to-markdown/)
|
|
10
10
|
[](https://github.com/Goldziher/html-to-markdown/blob/main/LICENSE)
|
|
11
11
|
[](https://discord.gg/pXxagNK2zN)
|
|
Binary file
|
package/dist/package.json
CHANGED