There are lots of people here who are Markdown users/fans.
I’m hoping you guys can solve my one barrier to Markdown: Converting from Markdown to DOCX, with custom styles.
Basically I want to convert Markdown into a specifically styled DOCX document, and I want to specify styles myself.
Things I tried
iA Writer custom templates: pretty easy to make. Just CSS/HTML. But they don’t work when exporting to DOCX, the styles just convert to Word’s default.
pandoc: same problem as above
My solution for now has been using Scrivener to convert from RTF to custom DOCX. But this requires writing in RTF. I don’t mind, but some people have pointed out Markdown’s advantages.
Bonus/nice-to-haves:
allows me to type LaTeX inline with the MD document and convert that too.
Okay, I’ll ask the dumb question - why don’t you just change your default Style settings in Word, so that when you export, it automatically picks up the formatting you want?
If it’s formatting that you don’t want as your defaults in Word, you could:
customize the defaults in Word all you wanted
quit word and all your office applications
Go into your templates folder and save normal.dotm as something like forExport.dotm
Lauch Word again, which would then generate a fresh normal.dotm
Anytime you need to export to that template, quit word, rename forExport.dotm to normal.dotm, rerun word, and then do your export.
I know it’s not an ideal workaround, but it’s an option?