File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ This is the core Rust library. For other languages:
267267
268268- ** JavaScript/TypeScript** : [ html-to-markdown-node] ( https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-node ) (NAPI-RS) or [ html-to-markdown-wasm] ( https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-wasm ) (WebAssembly)
269269- ** Python** : [ html-to-markdown] ( https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-py ) (PyO3)
270+ - ** Dart/Flutter** : [ h2m] ( https://pub.dev/packages/h2m ) (official Dart binding) or [ html_to_markdown_rust] ( https://pub.dev/packages/html_to_markdown_rust ) (unofficial FFI wrapper via Hooks)
270271- ** PHP** : [ html-to-markdown] ( https://github.com/xberg-io/html-to-markdown/tree/main/packages/php ) (PIE + Composer helpers)
271272- ** Ruby** : [ html-to-markdown] ( https://github.com/xberg-io/html-to-markdown/tree/main/packages/ruby ) (Magnus + rb-sys)
272273- ** CLI** : [ html-to-markdown-cli] ( https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-cli )
Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ This is the core Rust library. For other languages:
267267
268268- ** JavaScript/TypeScript** : [ html-to-markdown-node] ( https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-node ) (NAPI-RS) or [ html-to-markdown-wasm] ( https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-wasm ) (WebAssembly)
269269- ** Python** : [ html-to-markdown] ( https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-py ) (PyO3)
270+ - ** Dart/Flutter** : [ h2m] ( https://pub.dev/packages/h2m ) (official Dart binding) or [ html_to_markdown_rust] ( https://pub.dev/packages/html_to_markdown_rust ) (unofficial FFI wrapper via Hooks)
270271- ** PHP** : [ html-to-markdown] ( https://github.com/xberg-io/html-to-markdown/tree/main/packages/php ) (PIE + Composer helpers)
271272- ** Ruby** : [ html-to-markdown] ( https://github.com/xberg-io/html-to-markdown/tree/main/packages/ruby ) (Magnus + rb-sys)
272273- ** CLI** : [ html-to-markdown-cli] ( https://github.com/xberg-io/html-to-markdown/tree/main/crates/html-to-markdown-cli )
You can’t perform that action at this time.
0 commit comments