-
### Steps to reproduce
1. Install Mail
2. Install Assistant
3. ???
### Expected behavior
No dependency collision
### Actual behavior
https://github.com/nextcloud/assistant/blob/38c12770be3a2c29c…
-
Expose an endpoint that receives a url and returns plain markdown
Like [r.jina.ai](https://jina.ai/reader)
Or making a separate service that be deployed to `Vercel` or `Zeabur`
-
```
import asyncio
from crawl4ai import AsyncWebCrawler
async def main():
async with AsyncWebCrawler(verbose=True) as crawler:
result = await crawler.arun(
url="https:/…
-
### Problem
As stated in [this](https://github.com/nedbat/coveragepy/issues/780) thread, function and class coverage has been added in `coverage v7.5.0`!
Thank you @nedbat for this game-changer …
-
- Version by `html2text --version`: **2019.9.26**
- Test script
- Python version `python --version`: **3.7.3**
Somewhat related to https://github.com/Alir3z4/html2text/issues/288 ...
When t…
-
```
$ echo 'hello'{\,,\",:,\[,.,\!,\?}'' | html2text
_hello_ ,
_hello_ "
_hello_ :
_hello_[
_hello_.
_hello_!
_hello_?
```
Note in the first three lines of the output, there …
-
` ` becomes `Ã`
And warnings are generated on the mail archive page
-
After the merge of #49 I found the test suite is failing. Going back to the previous commit makes it pass again.
starting phase `check'
--- FAIL: TestLinks (0.00s)
html2text_test.go:469: erro…
-
**Steps to reproduce the problem:**
1. Execute gptscript that uses `sys.http.html2text` along with search tool.
```
cat test_search_context.gpt
context: search_context from test_context.gpt with…
-
Currently, when using wagtail-localize, a MarkdownField cannot be translated in an easy way, as the whole content of the field is put into one translation segment. For a long page with a markdown body…