You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For images, an idea we can explore in future is to export as SVG (which is just HTML text), and then paste that text into the Markdown files, adding whitespace around translatable text so that MyST-Parser extracts it. However, I think this will only work if the translated text is of similar length (otherwise, it might extend beyond the boxes). It might also require being more careful about the size and alignment of text elements in the SVG.