Pandoc does a pretty good job of converting org-mode files to Markdown, but it leaves some garbage in the file.
This performs the Pandoc conversion and then applies some cleanup to compensate for what it gets wrong.
Prerequisites: pandoc, sd
USAGE: org2md -i <path/to/input> -o <path/to/output>
       -i specifies an org mode file path
       -o specifies a markdown file path
       Performs a simple pandoc conversion and then
       cleans up the things pandoc gets wrong.
       Requires pandoc
Metadata:
Tags: