I'm creating an Xporter template to export to a .txt file, which would then be convertible to markdown via a simple extension change.
It seems Xporter is using wiki markup to embed images, which won't render in markdown. I am wondering if there's a way to encode the images into a base64 format on export?