Does anyone know of a good Markdown to Word COnverter? It would be great if it also converts to PDF.
feedback
|
|
It seems Pandoc can convert Markdown to PDF (via LaTeX). Converting to Word should be possible by converting to ODT or RTF first. | |||
|
feedback
|
|
It seems like there are no automatic tools to do that without having to use workaround that can result in serious glitches (ex: markdown -> odt -> docx). I have found that generating a html, then doing a copy/paste into a word document looks surprisingly good. | |||
|
feedback
|
|
Byword is a mac app that converts to word and PDF. It also has some great features that make writing markdown even easier. Also if you want to style your documents - I can recommend the Marked app which allows you to apply css to your .md files and export to a range of formats. | |||
|
feedback
|