Created
March 22, 2017 23:34
-
-
Save melastmohican/cdadbfbf00a5fec28a2f0d87f2ce1ac5 to your computer and use it in GitHub Desktop.
Convert RTF to Markdown on Mac OSX with textutl and pandoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
textutil -convert html -stdout file.rtf | pandoc --from=html --to=markdown --out=file.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment