-
Hi.
I'm not sure if I'm missing something, but most of my html mails look like this:
```
^H^H^H^H^H D�J� VU? ^H^H^H^H^H Dessa klassiska siluetter är väl beprövade. Det betyder
att de skänke…
-
- Version by ` html2text, version 1.3.2a`
- Test script
- Python version `Python 3.6.9`
I can't seem to get html2text to process this file:
[test.txt](https://github.com/Alir3z4/html2text/f…
-
# Bug report
### Bug description:
An example where parsing stops after the ``:
```python
from html.parser import HTMLParser
from io import StringIO
class HTML2text(HTMLParser):
def __init__(se…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### GLPI Version
10.0.16
### Plugin …
-
- Version by `html2text.__version__`: (2016, 9, 19)
- Test script
```python
import html2text
conv = html2text.HTML2Text()
conv.pad_tables = True
print conv.handle('12jujuhuhu')
# 1 | 2 …
ziima updated
6 years ago
-
This fails when adding `method: xml`
```
name: (01)urlwatch update released
url: "https://github.com/thp/urlwatch/releases/latest"
filter:
- xpath:
path: '(//div[contains(@class,"relea…
ghost updated
4 years ago
-
The [docs] link on http://alir3z4.github.io/html2text/ is broken: it points to non-existent http://alir3z4.github.io/html2text/docs/usage.md . I can't find any correct URL, so perhaps the page simply …
-
There is existing logic for plaintext emails [server/my_project/utils/emails.py](https://github.com/thinknimble/tn-spa-bootstrapper/blob/main/%7B%7Bcookiecutter.project_slug%7D%7D/server/%7B%7Bcookiec…
-
html2text Version - 2018.1.9`
Python version - 3.7.1
when I convert the following:
```python
description = 'This is a complete rebuild car 351 Windsor! Only 500 kms since rebuild, crest safet…
-
$ html2text --version
html2text 2016.9.19
$ python --version
Python 2.7.14
I noticed the code doesn't handle marking code when its wrapped around `````` tags. I found during parsing it doesn't h…