[Bug] Assumes first row is always table header even if it is not
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 2.2k
- Forks
- 296
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.