[Bug] Assumes first row is always table header even if it is not
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 2.2k
- Fork
- 296
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.