Help with Run Program
I want to run PanDoc on a markdown file using JMP's Run Program command. I am on MacOS. I have looked at the scripting guide and the Scripting Index, but I cannot seem to get the correct syntax. On my system PanDoc is installed at /opt/homebrew/Cellar/pandoc/3.7.0.2/bin/pandoc the command line to use pandoc would be this pandoc <path>/markdown.md -f markdown -o <path>/markdown.html I t...