Fix images not showing in Jupyter Markdown tables
Previously cell attachments were ignored by the iPython notebook parser. As described in https://nbformat.readthedocs.io/en/latest/format_description.html, we need to support the `attachments` dictionary and use that to render images. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/18540
Showing
Please register or sign in to comment