html-to-markdown 3.7.2 → 3.8.0.pre.rc.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.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +42 -35
- data/ext/html_to_markdown_rb/Cargo.lock +48 -19
- data/ext/html_to_markdown_rb/Cargo.toml +1 -1
- data/ext/html_to_markdown_rb/native/Cargo.lock +49 -20
- data/ext/html_to_markdown_rb/native/Cargo.toml +2 -2
- data/ext/html_to_markdown_rb/src/lib.rs +1 -1
- data/lib/html_to_markdown/native.rb +1 -1
- data/lib/html_to_markdown/version.rb +2 -2
- data/lib/html_to_markdown.rb +1 -1
- data/lib/html_to_markdown_rb.so +0 -0
- data/sig/types.rbs +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: adf4c6124eb087bf8f742802b8fef67168b4ac4a7aefe03713f4c05b579a9bbb
|
|
4
|
+
data.tar.gz: c2026dedbe29c749f55508ed1432be2c21bc9a1574e3fc8df7a3aa0c3a4ec60c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c546eca537e62b058cbf678168077bacead58a4cd5562a2a91f30242ef48498590998218a4f14ca58b9234760df92e3588a83b01ba5e92e243daa720f8f0dc3
|
|
7
|
+
data.tar.gz: 28bb7e5f61375b88f0ae1626e43ff38941f226ddd28e077769b3654dbebef2d2cd58a2512258c5f4846cd74b35ac9113705e26d634a3245790ca168a380cc3ff
|
data/LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<picture>
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-dark.svg">
|
|
4
|
+
<img alt="Xberg" width="420" src="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-light.svg">
|
|
5
|
+
</picture>
|
|
6
|
+
</p>
|
|
7
|
+
|
|
1
8
|
# html-to-markdown
|
|
2
9
|
|
|
3
10
|
<div align="center" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0;">
|
|
4
|
-
<a href="https://github.com/
|
|
11
|
+
<a href="https://github.com/xberg-io/alef">
|
|
5
12
|
<img src="https://img.shields.io/badge/built%20with-alef%20%D7%90-007ec6" alt="Built with alef">
|
|
6
13
|
</a>
|
|
7
14
|
<!-- Language Bindings -->
|
|
@@ -11,23 +18,23 @@
|
|
|
11
18
|
<a href="https://pypi.org/project/html-to-markdown/">
|
|
12
19
|
<img src="https://img.shields.io/pypi/v/html-to-markdown?label=Python&color=007ec6" alt="Python">
|
|
13
20
|
</a>
|
|
14
|
-
<a href="https://www.npmjs.com/package/@
|
|
15
|
-
<img src="https://img.shields.io/npm/v/@
|
|
21
|
+
<a href="https://www.npmjs.com/package/@xberg-io/html-to-markdown">
|
|
22
|
+
<img src="https://img.shields.io/npm/v/@xberg-io/html-to-markdown?label=Node.js&color=007ec6" alt="Node.js">
|
|
16
23
|
</a>
|
|
17
|
-
<a href="https://www.npmjs.com/package/@
|
|
18
|
-
<img src="https://img.shields.io/npm/v/@
|
|
24
|
+
<a href="https://www.npmjs.com/package/@xberg-io/html-to-markdown-wasm">
|
|
25
|
+
<img src="https://img.shields.io/npm/v/@xberg-io/html-to-markdown-wasm?label=WASM&color=007ec6" alt="WASM">
|
|
19
26
|
</a>
|
|
20
|
-
<a href="https://central.sonatype.com/artifact/
|
|
21
|
-
<img src="https://img.shields.io/maven-central/v/
|
|
27
|
+
<a href="https://central.sonatype.com/artifact/io.xberg/html-to-markdown">
|
|
28
|
+
<img src="https://img.shields.io/maven-central/v/io.xberg/html-to-markdown?label=Java&color=007ec6" alt="Java">
|
|
22
29
|
</a>
|
|
23
|
-
<a href="https://pkg.go.dev/github.com/
|
|
24
|
-
<img src="https://img.shields.io/github/v/tag/
|
|
30
|
+
<a href="https://pkg.go.dev/github.com/xberg-io/html-to-markdown/packages/go/v3">
|
|
31
|
+
<img src="https://img.shields.io/github/v/tag/xberg-io/html-to-markdown?label=Go&color=007ec6&filter=v3*" alt="Go">
|
|
25
32
|
</a>
|
|
26
|
-
<a href="https://www.nuget.org/packages/
|
|
27
|
-
<img src="https://img.shields.io/nuget/v/
|
|
33
|
+
<a href="https://www.nuget.org/packages/XbergIo.HtmlToMarkdown/">
|
|
34
|
+
<img src="https://img.shields.io/nuget/v/XbergIo.HtmlToMarkdown?label=C%23&color=007ec6" alt="C#">
|
|
28
35
|
</a>
|
|
29
|
-
<a href="https://packagist.org/packages/
|
|
30
|
-
<img src="https://img.shields.io/packagist/v/
|
|
36
|
+
<a href="https://packagist.org/packages/xberg-io/html-to-markdown">
|
|
37
|
+
<img src="https://img.shields.io/packagist/v/xberg-io/html-to-markdown?label=PHP&color=007ec6" alt="PHP">
|
|
31
38
|
</a>
|
|
32
39
|
<a href="https://rubygems.org/gems/html-to-markdown">
|
|
33
40
|
<img src="https://img.shields.io/gem/v/html-to-markdown?label=Ruby&color=007ec6" alt="Ruby">
|
|
@@ -35,30 +42,30 @@
|
|
|
35
42
|
<a href="https://hex.pm/packages/html_to_markdown">
|
|
36
43
|
<img src="https://img.shields.io/hexpm/v/html_to_markdown?label=Elixir&color=007ec6" alt="Elixir">
|
|
37
44
|
</a>
|
|
38
|
-
<a href="https://
|
|
45
|
+
<a href="https://xberg-io.r-universe.dev/htmltomarkdown">
|
|
39
46
|
<img src="https://img.shields.io/badge/R-htmltomarkdown-007ec6" alt="R">
|
|
40
47
|
</a>
|
|
41
48
|
<a href="https://pub.dev/packages/h2m">
|
|
42
49
|
<img src="https://img.shields.io/pub/v/h2m?label=Dart&color=007ec6" alt="Dart">
|
|
43
50
|
</a>
|
|
44
|
-
<a href="https://central.sonatype.com/artifact/
|
|
45
|
-
<img src="https://img.shields.io/maven-central/v/
|
|
51
|
+
<a href="https://central.sonatype.com/artifact/io.xberg/html-to-markdown-android">
|
|
52
|
+
<img src="https://img.shields.io/maven-central/v/io.xberg/html-to-markdown-android?label=Kotlin&color=007ec6" alt="Kotlin">
|
|
46
53
|
</a>
|
|
47
|
-
<a href="https://github.com/
|
|
54
|
+
<a href="https://github.com/xberg-io/html-to-markdown/tree/main/packages/swift">
|
|
48
55
|
<img src="https://img.shields.io/badge/Swift-SPM-007ec6" alt="Swift">
|
|
49
56
|
</a>
|
|
50
|
-
<a href="https://github.com/
|
|
57
|
+
<a href="https://github.com/xberg-io/html-to-markdown/tree/main/packages/zig">
|
|
51
58
|
<img src="https://img.shields.io/badge/Zig-package-007ec6" alt="Zig">
|
|
52
59
|
</a>
|
|
53
|
-
<a href="https://github.com/
|
|
60
|
+
<a href="https://github.com/xberg-io/html-to-markdown/releases">
|
|
54
61
|
<img src="https://img.shields.io/badge/C-FFI-007ec6" alt="C FFI">
|
|
55
62
|
</a>
|
|
56
63
|
|
|
57
64
|
<!-- Project Info -->
|
|
58
|
-
<a href="https://github.com/
|
|
65
|
+
<a href="https://github.com/xberg-io/html-to-markdown/blob/main/LICENSE">
|
|
59
66
|
<img src="https://img.shields.io/badge/License-MIT-007ec6" alt="License">
|
|
60
67
|
</a>
|
|
61
|
-
<a href="https://docs.html-to-markdown.
|
|
68
|
+
<a href="https://docs.html-to-markdown.xberg.io">
|
|
62
69
|
<img src="https://img.shields.io/badge/Docs-html--to--markdown-007ec6" alt="Documentation">
|
|
63
70
|
</a>
|
|
64
71
|
</div>
|
|
@@ -67,7 +74,7 @@
|
|
|
67
74
|
<a href="https://discord.gg/xt9WY3GnKR">
|
|
68
75
|
<img height="22" src="https://img.shields.io/badge/Discord-Chat-007ec6?logo=discord&logoColor=white" alt="Join Discord">
|
|
69
76
|
</a>
|
|
70
|
-
<a href="https://docs.html-to-markdown.
|
|
77
|
+
<a href="https://docs.html-to-markdown.xberg.io/demo/">
|
|
71
78
|
<img height="22" src="https://img.shields.io/badge/Live%20Demo-Open-007ec6?logo=webassembly&logoColor=white" alt="Live Demo">
|
|
72
79
|
</a>
|
|
73
80
|
</div>
|
|
@@ -299,23 +306,23 @@ markdown = result[:content]
|
|
|
299
306
|
|
|
300
307
|
## Links
|
|
301
308
|
|
|
302
|
-
- **GitHub:** [github.com/
|
|
309
|
+
- **GitHub:** [github.com/xberg-io/html-to-markdown](https://github.com/xberg-io/html-to-markdown)
|
|
303
310
|
- **RubyGems:** [rubygems.org/gems/html-to-markdown](https://rubygems.org/gems/html-to-markdown)
|
|
304
311
|
- **Discord:** [discord.gg/xt9WY3GnKR](https://discord.gg/xt9WY3GnKR)
|
|
305
312
|
|
|
306
|
-
## Part of
|
|
313
|
+
## Part of Xberg
|
|
307
314
|
|
|
308
|
-
- [
|
|
309
|
-
- [
|
|
310
|
-
- [
|
|
311
|
-
- [html-to-markdown](https://github.com/
|
|
312
|
-
- [liter-llm](https://github.com/
|
|
313
|
-
- [tree-sitter-language-pack](https://github.com/
|
|
314
|
-
- [alef](https://github.com/
|
|
315
|
+
- [Xberg](https://github.com/xberg-io/xberg) — document intelligence: text, tables, metadata from 91+ formats with optional OCR.
|
|
316
|
+
- [Xberg Enterprise](https://github.com/xberg-io/xberg-enterprise) — managed extraction API with SDKs, dashboards, and observability.
|
|
317
|
+
- [crawlberg](https://github.com/xberg-io/crawlberg) — web crawling and scraping with HTML→Markdown and headless-Chrome fallback.
|
|
318
|
+
- [html-to-markdown](https://github.com/xberg-io/html-to-markdown) — fast, lossless HTML→Markdown engine.
|
|
319
|
+
- [liter-llm](https://github.com/xberg-io/liter-llm) — universal LLM API client with native bindings for 14 languages and 143 providers.
|
|
320
|
+
- [tree-sitter-language-pack](https://github.com/xberg-io/tree-sitter-language-pack) — tree-sitter grammars and code-intelligence primitives.
|
|
321
|
+
- [alef](https://github.com/xberg-io/alef) — the polyglot binding generator that produces every per-language binding across the 5 polyglot repos.
|
|
315
322
|
|
|
316
323
|
## Contributing
|
|
317
324
|
|
|
318
|
-
We welcome contributions! Please see our [Contributing Guide](https://github.com/
|
|
325
|
+
We welcome contributions! Please see our [Contributing Guide](https://github.com/xberg-io/html-to-markdown/blob/main/CONTRIBUTING.md) for details on:
|
|
319
326
|
|
|
320
327
|
- Setting up the development environment
|
|
321
328
|
- Running tests locally
|
|
@@ -330,13 +337,13 @@ All contributions must follow our code quality standards (enforced via pre-commi
|
|
|
330
337
|
|
|
331
338
|
## License
|
|
332
339
|
|
|
333
|
-
MIT License – see [LICENSE](https://github.com/
|
|
340
|
+
MIT License – see [LICENSE](https://github.com/xberg-io/html-to-markdown/blob/main/LICENSE). Copyright © Kreuzberg, Inc.
|
|
334
341
|
|
|
335
342
|
## Support
|
|
336
343
|
|
|
337
|
-
If you find this library useful, consider [sponsoring the project](https://github.com/sponsors/
|
|
344
|
+
If you find this library useful, consider [sponsoring the project](https://github.com/sponsors/xberg-io).
|
|
338
345
|
|
|
339
346
|
Have questions or run into issues? We're here to help:
|
|
340
347
|
|
|
341
|
-
- **GitHub Issues:** [github.com/
|
|
348
|
+
- **GitHub Issues:** [github.com/xberg-io/html-to-markdown/issues](https://github.com/xberg-io/html-to-markdown/issues)
|
|
342
349
|
- **Discord Community:** [discord.gg/xt9WY3GnKR](https://discord.gg/xt9WY3GnKR)
|
|
@@ -252,7 +252,7 @@ dependencies = [
|
|
|
252
252
|
|
|
253
253
|
[[package]]
|
|
254
254
|
name = "html-to-markdown-rb"
|
|
255
|
-
version = "3.
|
|
255
|
+
version = "3.7.2"
|
|
256
256
|
dependencies = [
|
|
257
257
|
"html-to-markdown-rs",
|
|
258
258
|
"magnus",
|
|
@@ -262,7 +262,7 @@ dependencies = [
|
|
|
262
262
|
|
|
263
263
|
[[package]]
|
|
264
264
|
name = "html-to-markdown-rs"
|
|
265
|
-
version = "3.
|
|
265
|
+
version = "3.7.2"
|
|
266
266
|
dependencies = [
|
|
267
267
|
"ahash",
|
|
268
268
|
"astral-tl",
|
|
@@ -274,7 +274,7 @@ dependencies = [
|
|
|
274
274
|
"lru",
|
|
275
275
|
"memchr",
|
|
276
276
|
"once_cell",
|
|
277
|
-
"phf",
|
|
277
|
+
"phf 0.14.0",
|
|
278
278
|
"regex",
|
|
279
279
|
"serde",
|
|
280
280
|
"serde_json",
|
|
@@ -367,9 +367,9 @@ dependencies = [
|
|
|
367
367
|
|
|
368
368
|
[[package]]
|
|
369
369
|
name = "log"
|
|
370
|
-
version = "0.4.
|
|
370
|
+
version = "0.4.33"
|
|
371
371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
372
|
-
checksum = "
|
|
372
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
373
373
|
|
|
374
374
|
[[package]]
|
|
375
375
|
name = "lru"
|
|
@@ -505,9 +505,19 @@ name = "phf"
|
|
|
505
505
|
version = "0.13.1"
|
|
506
506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
507
507
|
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
|
|
508
|
+
dependencies = [
|
|
509
|
+
"phf_shared 0.13.1",
|
|
510
|
+
"serde",
|
|
511
|
+
]
|
|
512
|
+
|
|
513
|
+
[[package]]
|
|
514
|
+
name = "phf"
|
|
515
|
+
version = "0.14.0"
|
|
516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
+
checksum = "010378780309880b08997fae13be7834dba947d36393bd372f2b1556deb2a2f6"
|
|
508
518
|
dependencies = [
|
|
509
519
|
"phf_macros",
|
|
510
|
-
"phf_shared",
|
|
520
|
+
"phf_shared 0.14.0",
|
|
511
521
|
"serde",
|
|
512
522
|
]
|
|
513
523
|
|
|
@@ -517,8 +527,8 @@ version = "0.13.1"
|
|
|
517
527
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
518
528
|
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
|
|
519
529
|
dependencies = [
|
|
520
|
-
"phf_generator",
|
|
521
|
-
"phf_shared",
|
|
530
|
+
"phf_generator 0.13.1",
|
|
531
|
+
"phf_shared 0.13.1",
|
|
522
532
|
]
|
|
523
533
|
|
|
524
534
|
[[package]]
|
|
@@ -528,17 +538,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
528
538
|
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
|
|
529
539
|
dependencies = [
|
|
530
540
|
"fastrand",
|
|
531
|
-
"phf_shared",
|
|
541
|
+
"phf_shared 0.13.1",
|
|
542
|
+
]
|
|
543
|
+
|
|
544
|
+
[[package]]
|
|
545
|
+
name = "phf_generator"
|
|
546
|
+
version = "0.14.0"
|
|
547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
+
checksum = "aeb62e0959d5a1bebc965f4d15d9e2b7cea002b6b0f5ba8cde6cc26738467100"
|
|
549
|
+
dependencies = [
|
|
550
|
+
"fastrand",
|
|
551
|
+
"phf_shared 0.14.0",
|
|
532
552
|
]
|
|
533
553
|
|
|
534
554
|
[[package]]
|
|
535
555
|
name = "phf_macros"
|
|
536
|
-
version = "0.
|
|
556
|
+
version = "0.14.0"
|
|
537
557
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
538
|
-
checksum = "
|
|
558
|
+
checksum = "5fa8d0ca26d424d27630da600c6624696e7dec8bf7b3b492b383c5dc49e5e085"
|
|
539
559
|
dependencies = [
|
|
540
|
-
"phf_generator",
|
|
541
|
-
"phf_shared",
|
|
560
|
+
"phf_generator 0.14.0",
|
|
561
|
+
"phf_shared 0.14.0",
|
|
542
562
|
"proc-macro2",
|
|
543
563
|
"quote",
|
|
544
564
|
"syn",
|
|
@@ -553,6 +573,15 @@ dependencies = [
|
|
|
553
573
|
"siphasher",
|
|
554
574
|
]
|
|
555
575
|
|
|
576
|
+
[[package]]
|
|
577
|
+
name = "phf_shared"
|
|
578
|
+
version = "0.14.0"
|
|
579
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
580
|
+
checksum = "c6fd9027e2d9319be6349febd1db4e8d02aa544921200c9b777720ac34a3aa89"
|
|
581
|
+
dependencies = [
|
|
582
|
+
"siphasher",
|
|
583
|
+
]
|
|
584
|
+
|
|
556
585
|
[[package]]
|
|
557
586
|
name = "png"
|
|
558
587
|
version = "0.18.1"
|
|
@@ -595,9 +624,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
595
624
|
|
|
596
625
|
[[package]]
|
|
597
626
|
name = "quote"
|
|
598
|
-
version = "1.0.
|
|
627
|
+
version = "1.0.46"
|
|
599
628
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
-
checksum = "
|
|
629
|
+
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
601
630
|
dependencies = [
|
|
602
631
|
"proc-macro2",
|
|
603
632
|
]
|
|
@@ -769,7 +798,7 @@ checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
|
|
|
769
798
|
dependencies = [
|
|
770
799
|
"new_debug_unreachable",
|
|
771
800
|
"parking_lot",
|
|
772
|
-
"phf_shared",
|
|
801
|
+
"phf_shared 0.13.1",
|
|
773
802
|
"precomputed-hash",
|
|
774
803
|
]
|
|
775
804
|
|
|
@@ -779,8 +808,8 @@ version = "0.6.1"
|
|
|
779
808
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
780
809
|
checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
|
|
781
810
|
dependencies = [
|
|
782
|
-
"phf_generator",
|
|
783
|
-
"phf_shared",
|
|
811
|
+
"phf_generator 0.13.1",
|
|
812
|
+
"phf_shared 0.13.1",
|
|
784
813
|
"proc-macro2",
|
|
785
814
|
"quote",
|
|
786
815
|
]
|
|
@@ -871,7 +900,7 @@ version = "0.2.5"
|
|
|
871
900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
872
901
|
checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297"
|
|
873
902
|
dependencies = [
|
|
874
|
-
"phf",
|
|
903
|
+
"phf 0.13.1",
|
|
875
904
|
"phf_codegen",
|
|
876
905
|
"string_cache",
|
|
877
906
|
"string_cache_codegen",
|
|
@@ -263,7 +263,7 @@ dependencies = [
|
|
|
263
263
|
|
|
264
264
|
[[package]]
|
|
265
265
|
name = "html-to-markdown-rb"
|
|
266
|
-
version = "3.
|
|
266
|
+
version = "3.8.0-rc.1"
|
|
267
267
|
dependencies = [
|
|
268
268
|
"async-trait",
|
|
269
269
|
"html-to-markdown-rs",
|
|
@@ -276,9 +276,9 @@ dependencies = [
|
|
|
276
276
|
|
|
277
277
|
[[package]]
|
|
278
278
|
name = "html-to-markdown-rs"
|
|
279
|
-
version = "3.
|
|
279
|
+
version = "3.8.0-rc.1"
|
|
280
280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
281
|
-
checksum = "
|
|
281
|
+
checksum = "f329f3c655f42eb6b1255a73669c8d59db774036e0aa99eaff48adb3acc4a961"
|
|
282
282
|
dependencies = [
|
|
283
283
|
"ahash",
|
|
284
284
|
"astral-tl",
|
|
@@ -290,7 +290,7 @@ dependencies = [
|
|
|
290
290
|
"lru",
|
|
291
291
|
"memchr",
|
|
292
292
|
"once_cell",
|
|
293
|
-
"phf",
|
|
293
|
+
"phf 0.14.0",
|
|
294
294
|
"regex",
|
|
295
295
|
"serde",
|
|
296
296
|
"serde_json",
|
|
@@ -383,9 +383,9 @@ dependencies = [
|
|
|
383
383
|
|
|
384
384
|
[[package]]
|
|
385
385
|
name = "log"
|
|
386
|
-
version = "0.4.
|
|
386
|
+
version = "0.4.33"
|
|
387
387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
388
|
-
checksum = "
|
|
388
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
389
389
|
|
|
390
390
|
[[package]]
|
|
391
391
|
name = "lru"
|
|
@@ -521,9 +521,19 @@ name = "phf"
|
|
|
521
521
|
version = "0.13.1"
|
|
522
522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
523
523
|
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
|
|
524
|
+
dependencies = [
|
|
525
|
+
"phf_shared 0.13.1",
|
|
526
|
+
"serde",
|
|
527
|
+
]
|
|
528
|
+
|
|
529
|
+
[[package]]
|
|
530
|
+
name = "phf"
|
|
531
|
+
version = "0.14.0"
|
|
532
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
533
|
+
checksum = "010378780309880b08997fae13be7834dba947d36393bd372f2b1556deb2a2f6"
|
|
524
534
|
dependencies = [
|
|
525
535
|
"phf_macros",
|
|
526
|
-
"phf_shared",
|
|
536
|
+
"phf_shared 0.14.0",
|
|
527
537
|
"serde",
|
|
528
538
|
]
|
|
529
539
|
|
|
@@ -533,8 +543,8 @@ version = "0.13.1"
|
|
|
533
543
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
534
544
|
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
|
|
535
545
|
dependencies = [
|
|
536
|
-
"phf_generator",
|
|
537
|
-
"phf_shared",
|
|
546
|
+
"phf_generator 0.13.1",
|
|
547
|
+
"phf_shared 0.13.1",
|
|
538
548
|
]
|
|
539
549
|
|
|
540
550
|
[[package]]
|
|
@@ -544,17 +554,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
544
554
|
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
|
|
545
555
|
dependencies = [
|
|
546
556
|
"fastrand",
|
|
547
|
-
"phf_shared",
|
|
557
|
+
"phf_shared 0.13.1",
|
|
558
|
+
]
|
|
559
|
+
|
|
560
|
+
[[package]]
|
|
561
|
+
name = "phf_generator"
|
|
562
|
+
version = "0.14.0"
|
|
563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
564
|
+
checksum = "aeb62e0959d5a1bebc965f4d15d9e2b7cea002b6b0f5ba8cde6cc26738467100"
|
|
565
|
+
dependencies = [
|
|
566
|
+
"fastrand",
|
|
567
|
+
"phf_shared 0.14.0",
|
|
548
568
|
]
|
|
549
569
|
|
|
550
570
|
[[package]]
|
|
551
571
|
name = "phf_macros"
|
|
552
|
-
version = "0.
|
|
572
|
+
version = "0.14.0"
|
|
553
573
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
-
checksum = "
|
|
574
|
+
checksum = "5fa8d0ca26d424d27630da600c6624696e7dec8bf7b3b492b383c5dc49e5e085"
|
|
555
575
|
dependencies = [
|
|
556
|
-
"phf_generator",
|
|
557
|
-
"phf_shared",
|
|
576
|
+
"phf_generator 0.14.0",
|
|
577
|
+
"phf_shared 0.14.0",
|
|
558
578
|
"proc-macro2",
|
|
559
579
|
"quote",
|
|
560
580
|
"syn",
|
|
@@ -569,6 +589,15 @@ dependencies = [
|
|
|
569
589
|
"siphasher",
|
|
570
590
|
]
|
|
571
591
|
|
|
592
|
+
[[package]]
|
|
593
|
+
name = "phf_shared"
|
|
594
|
+
version = "0.14.0"
|
|
595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
596
|
+
checksum = "c6fd9027e2d9319be6349febd1db4e8d02aa544921200c9b777720ac34a3aa89"
|
|
597
|
+
dependencies = [
|
|
598
|
+
"siphasher",
|
|
599
|
+
]
|
|
600
|
+
|
|
572
601
|
[[package]]
|
|
573
602
|
name = "pin-project-lite"
|
|
574
603
|
version = "0.2.17"
|
|
@@ -617,9 +646,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
617
646
|
|
|
618
647
|
[[package]]
|
|
619
648
|
name = "quote"
|
|
620
|
-
version = "1.0.
|
|
649
|
+
version = "1.0.46"
|
|
621
650
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
622
|
-
checksum = "
|
|
651
|
+
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
623
652
|
dependencies = [
|
|
624
653
|
"proc-macro2",
|
|
625
654
|
]
|
|
@@ -791,7 +820,7 @@ checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
|
|
|
791
820
|
dependencies = [
|
|
792
821
|
"new_debug_unreachable",
|
|
793
822
|
"parking_lot",
|
|
794
|
-
"phf_shared",
|
|
823
|
+
"phf_shared 0.13.1",
|
|
795
824
|
"precomputed-hash",
|
|
796
825
|
]
|
|
797
826
|
|
|
@@ -801,8 +830,8 @@ version = "0.6.1"
|
|
|
801
830
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
802
831
|
checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
|
|
803
832
|
dependencies = [
|
|
804
|
-
"phf_generator",
|
|
805
|
-
"phf_shared",
|
|
833
|
+
"phf_generator 0.13.1",
|
|
834
|
+
"phf_shared 0.13.1",
|
|
806
835
|
"proc-macro2",
|
|
807
836
|
"quote",
|
|
808
837
|
]
|
|
@@ -902,7 +931,7 @@ version = "0.2.5"
|
|
|
902
931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
903
932
|
checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297"
|
|
904
933
|
dependencies = [
|
|
905
|
-
"phf",
|
|
934
|
+
"phf 0.13.1",
|
|
906
935
|
"phf_codegen",
|
|
907
936
|
"string_cache",
|
|
908
937
|
"string_cache_codegen",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "html-to-markdown-rb"
|
|
3
|
-
version = "3.
|
|
3
|
+
version = "3.8.0-rc.1"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
license = "MIT"
|
|
6
6
|
description = "High-performance HTML to Markdown converter"
|
|
@@ -25,7 +25,7 @@ visitor = ["html-to-markdown-rs/visitor"]
|
|
|
25
25
|
|
|
26
26
|
[dependencies]
|
|
27
27
|
async-trait = "0.1"
|
|
28
|
-
html-to-markdown-rs = { version = "3.
|
|
28
|
+
html-to-markdown-rs = { version = "3.8.0-rc.1", features = ["serde", "metadata", "visitor", "inline-images", "testkit"] }
|
|
29
29
|
magnus = "0.8"
|
|
30
30
|
rb-sys = ">=0.9, <0.9.128"
|
|
31
31
|
serde = { version = "1", features = ["derive"] }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by alef. DO NOT EDIT.
|
|
2
|
-
// alef:hash:
|
|
2
|
+
// alef:hash:cd2834af6faec95ba72da53570d99ea0eac38dbafd9303b8cc9c178fc3d201ae
|
|
3
3
|
// Re-generate with: alef generate
|
|
4
4
|
#![allow(dead_code, unused_imports, unused_variables)]
|
|
5
5
|
#![allow(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:cd2834af6faec95ba72da53570d99ea0eac38dbafd9303b8cc9c178fc3d201ae
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:cd2834af6faec95ba72da53570d99ea0eac38dbafd9303b8cc9c178fc3d201ae
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
6
6
|
|
|
7
7
|
module HtmlToMarkdown
|
|
8
8
|
## The version string for this package.
|
|
9
|
-
VERSION = "3.
|
|
9
|
+
VERSION = "3.8.0.pre.rc.1"
|
|
10
10
|
end
|
data/lib/html_to_markdown.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:cd2834af6faec95ba72da53570d99ea0eac38dbafd9303b8cc9c178fc3d201ae
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
data/lib/html_to_markdown_rb.so
CHANGED
|
Binary file
|
data/sig/types.rbs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:cd2834af6faec95ba72da53570d99ea0eac38dbafd9303b8cc9c178fc3d201ae
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html-to-markdown
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.8.0.pre.rc.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Na'aman Hirschfeld <naaman@
|
|
7
|
+
- Na'aman Hirschfeld <naaman@xberg.io>
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rb_sys
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- sig/html_to_markdown/cli_proxy.rbs
|
|
70
70
|
- sig/open3.rbs
|
|
71
71
|
- sig/types.rbs
|
|
72
|
-
homepage: https://github.com/
|
|
72
|
+
homepage: https://github.com/xberg-io/html-to-markdown
|
|
73
73
|
licenses:
|
|
74
74
|
- MIT
|
|
75
75
|
metadata:
|