Simon-Initiative / course-digest

Tool to produce a summary or digest of OLI course package contents
MIT License
2 stars 0 forks source link

[BUGFIX] Fix error converting inline images [MER-1843] #138

Closed andersweinstein closed 1 year ago

andersweinstein commented 1 year ago

Make sure to call elevateCaption on img_inline elements just as for img elements to prevent prevent childless block image element resulting in case of inline image with empty caption.

(Process here is hairy. ensureNonEmpty is called earlier, but the existence of a caption child -- even though an empty one -- at that stage prevents this call to ensureNotEmpty from doing anything. elevateCaption fixes this up later for images. But this was not being called on img_inline elements).