Quickies

[categories] [index] [all (527)] [latest]

Mac OS X - CLI
  1. This solution needs Apple Pages and pandoc.

    # in Pages, convert x.doc into x.rtf
    $ textutil -convert html x.rtf -output x.html
    $ pandoc -f html -t markdown x.html -o x.markdown