Skip to content

Commit

Permalink
Fix line breaks for paragraphs (#95)
Browse files Browse the repository at this point in the history
* Add patch

* Update dependencies

* Migrate to readability-rs

* Update toolchain

* Allow dead code

* Update readability

* Initialize regex once

* Remove clone

* Elide lifetimes
  • Loading branch information
quambene authored Dec 19, 2024
1 parent e749f69 commit e8ec125
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 66 deletions.
133 changes: 77 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.103"
html5ever = "0.24.1"
html2md = "0.2.14"
readability = "0.3.0"
readability-rs = "0.5.0"
scraper = "0.18.1"
regex = "1.9.1"
colored = "2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.76"
channel = "1.83"
profile = "default"
Loading

0 comments on commit e8ec125

Please sign in to comment.