Markdown to docx, including complex template
Update Use the piped version suggested by user Christian Long: pandoc -t latex mydoc.md | pandoc -f latex –data-dir=docs/rendering/ -o mydoc.docx I know this is late in coming, but I’ll be assuming people are still searching for solutions to this three years after the original question — I know I was. My solution was to … Read more