How do I convert RTF (say from stdin) to Markdown with a command line tool under UNIX/OSX.
I am looking for something like pandoc
. However pandoc
itself does not allow RTF as an input format. :-( So, I'd be happy either with a similar tool to pandoc
or a pointer to an external RTF reader for pandoc
.
textutil
preserves none of my formatting and links, and the HTML is littered with useless classes. – Blather