Alir3z4 / Alir3z4/html2text

[Bug] Assumes first row is always table header even if it is not

Open
#387 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
2.2k
Forks
296
PR merge metrics
No merged PRs in 30d

Description

The script:

```python
print(
html2text.html2text(
"""


item aitem b
item citem d


"""
)
)
```

Results to:
```
item a| item b
---|---
item c| item d
```

- Version by `html2text --version`: 2020.1.16
- Test script
- Python version `python --version`: Python 3.10.2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.