privateOmega / html-to-docx

HTML to DOCX converter
MIT License
389 stars 143 forks source link

fix: use image alt as description for images #186

Closed hakjeri closed 1 year ago

hakjeri commented 1 year ago

I noticed that images in the examples do not seem to carry over their alt attributes to the corresponding descr attribute of images in the .docx file. This would add better accessbility for users when an alt has been provided on images.