Does anyone know of a good Markdown to Word COnverter? It would be great if it also converts to PDF.
|
|
It seems Pandoc can convert Markdown to PDF (via LaTeX). Converting to Word should be possible by converting to ODT or RTF first. |
|||
|
|
|
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. |
|||
|
|
|
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. |
|||
|
|
|
For Mac OS there is also the free mou app which allows you to edit Markdown. Using the print function you can output the rendered document as pdf. |
|||
|
|