Add a space if none exists following an img alt
オープン
- 主要言語
- Python
- スター
- 2.2k
- フォーク
- 296
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
For example the following is not a great rendering, and could generate incorrect results for ie a screen-reader for accessibility:
```
$ echo 'world' | html2text --images-to-alt
helloworld
```
Expected output would be:
```
hello world
```
(There are probably several other cases of this conceptual bug, for example involving `
` tags. Those may warrant separate tickets depending on how this ticket is received.)
コントリビューションガイド
評価
この issue はまだ評価されていません。