View Source mix pandoc (pandoc v0.3.2)
Invokes pandoc with the given args.
Usage:
$ mix pandoc TASK_OPTIONS PROFILE PANDOC_ARGS
Example:
$ mix pandoc default documents/hello.md -o priv/static/posts/hello.html
If pandoc is not installed, it is automatically downloaded. Note the arguments given to this task will be appended to any configured arguments.
Options
--runtime-config
- load the runtime configuration before executing command
Note flags to control this Mix task must be given before the profile:
$ mix pandoc --runtime-config default documents/hello.md