html-to-markdown-wasm 2.5.4 → 2.5.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/dist/README.md
CHANGED
|
@@ -31,11 +31,11 @@ Experience WebAssembly-powered HTML to Markdown conversion instantly in your bro
|
|
|
31
31
|
## Documentation
|
|
32
32
|
|
|
33
33
|
- **JavaScript/TypeScript guides**:
|
|
34
|
-
- Node.js/Bun (native) – [Node.js README](https://github.com/Goldziher/html-to-markdown/
|
|
35
|
-
- WebAssembly (universal) – [WASM README](https://github.com/Goldziher/html-to-markdown/
|
|
34
|
+
- Node.js/Bun (native) – [Node.js README](https://github.com/Goldziher/html-to-markdown/blob/main/crates/html-to-markdown-node/README.md)
|
|
35
|
+
- WebAssembly (universal) – [WASM README](https://github.com/Goldziher/html-to-markdown/blob/main/crates/html-to-markdown-wasm/README.md)
|
|
36
36
|
- **Python guide** – [Python README](https://github.com/Goldziher/html-to-markdown/blob/main/README_PYPI.md)
|
|
37
|
-
- **Ruby guide** – [Ruby README](https://github.com/Goldziher/html-to-markdown/
|
|
38
|
-
- **Rust guide** – [Rust README](https://github.com/Goldziher/html-to-markdown/
|
|
37
|
+
- **Ruby guide** – [Ruby README](https://github.com/Goldziher/html-to-markdown/blob/main/crates/html-to-markdown-rb/README.md)
|
|
38
|
+
- **Rust guide** – [Rust README](https://github.com/Goldziher/html-to-markdown/blob/main/crates/html-to-markdown/README.md)
|
|
39
39
|
- **Contributing** – [CONTRIBUTING.md](https://github.com/Goldziher/html-to-markdown/blob/main/CONTRIBUTING.md) ⭐ Start here!
|
|
40
40
|
- **Changelog** – [CHANGELOG.md](https://github.com/Goldziher/html-to-markdown/blob/main/CHANGELOG.md)
|
|
41
41
|
|
|
Binary file
|
package/dist/package.json
CHANGED