Markdown with SVG images to InDesign?
This is kicking my butt. I am comfortable with coding, scripting, xml, html, ..., ..., ..., but I cannot get this figured out. I was hoping there would be some kind of way to
- create styles in InDesign
- export those styles in some editable format (css, html, xml, icml, etc.)
- have a look at the formats so I could write a converter without learning some 400-page specification
- convert my markdown to some editable format (css, html, cml, icml, etc.)
- apply the styles from the InDesign export to my converted markdown.
- import the result into InDesign
Oddly, InDesign seems to import several such formats, and export several such formats, but as far as I can tell, there is ZERO overlap. XML looks like it would be two-way, but every xml export I try just generates an empty xml file.
I'm happy to do this *any* way. Scripting, writing a simple converter, clicking menu items, whatever. In fact, I'm happy to pay someone else to do it for me. But I want to get something working well enough that I know I'm on the right track with my input.
My latest attempt has been
- convert md to docx with pandoc
- place into InDesign
This doesn't work, I'm losing images. Example images and documents for all steps at this GitHub link. Appreciate any help.





