pietroppeter / nimib

nimib 🐳 - nim 👑 driven ⛵ publishing ✍
https://pietroppeter.github.io/nimib/
MIT License
175 stars 10 forks source link

add alt text for nbImage #193

Closed pietroppeter closed 1 year ago

pietroppeter commented 1 year ago

currently the nbImage block has only two parameters: url and caption and caption is used for alt text both in html and markdown backend. We should add an alt text parameter to be used correctly since caption and alt text in general should be different. We could still keep the old behaviour of using caption when alt text is missing. raised when reviewing #192