bell notificationshomepageloginNewPostedit profile

Topic : Re: From Markdown to .odt and vice-versa: a possible distraction-free writing workflow? I'm writing a master thesis (Sociology) and I'm really penalized by distractions. I would happily shift to a - selfpublishingguru.com

10% popularity

To augment Undespairable's answer, these commands from the command line convert from markdown to HTML and then HTML to ODT.

pandoc .some-file.md -f markdown -t html -s -o .some-file.html

pandoc .some-file.html -f html -t odt -o .some-file.odt

See also: www.pandoc.org/getting-started.html


Load Full (0)

Login to follow topic

More posts by @Martha805

0 Comments

Sorted by latest first Latest Oldest Best

Back to top