Alir3z4 / Alir3z4/html2text

Add a space if none exists following an img alt

Aperta
#360 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
2.2k
Fork
296
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

For example the following is not a great rendering, and could generate incorrect results for ie a screen-reader for accessibility:
```
$ echo 'helloworld' | 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.)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.