We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When parsing text that has backticks ( ` ), spaces after the closing backtick become line breaks.
Using a page from the polars documentation
wget -O docs.pola.rs.unpivot.html https://docs.pola.rs/user-guide/transformations/unpivot/ cat docs.pola.rs.unpivot.html | trafilatura --formatting
## Eager + lazy `Eager` and `lazy` have the same API.
I also noticed the tables are malformed too, but looks like it's covered by #553
The text was updated successfully, but these errors were encountered:
That's correct, this is a bug indeed.
Sorry, something went wrong.
No branches or pull requests
When parsing text that has backticks ( ` ), spaces after the closing backtick become line breaks.
Steps to reproduce
Using a page from the polars documentation
Expected
Actual
I also noticed the tables are malformed too, but looks like it's covered by #553
The text was updated successfully, but these errors were encountered: