I recently changed from MultiMarkdown to Pandoc. But I still wanted to use Marked app to preview my work…
Thankfully the author of Marked allowed for such an eventuality with the "Custom Processor" option.
To use this tick the box, put in your fully qualified path to pandoc and add your arguments and bob is your proverbial uncle. The quickest way to find out where pandoc is installed on your Mac is to type the following from the terminal.
:::bash
which pandoc
@dave_tucker