Why not enable `include_sup_sub` by default?
オープン
- 主要言語
- Python
- スター
- 2.2k
- フォーク
- 296
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
I noticed that `include_sup_sub` is not enabled by default. This can lead to incorrect conversion of math expressions involving exponentiation.
For example, given the following code:
```python
import html2text
h = html2text.HTML2Text()
# h.include_sup_sub is False by default
h.handle("0 <= grid[i][j] <= 105")
```
The output will be:
```
`0 <= grid[i][j] <= 105`\n\n
```
コントリビューションガイド
評価
この issue はまだ評価されていません。