pandoc

Run the version of Pandoc embedded within Quarto.

You can pass arbitrary command line arguments to quarto pandoc (they will be passed through unmodified to Pandoc)

quarto pandoc [...args]

Options

Flags Arguments Description
-h, --help Show this help.
--log Path to log file
--log-level Log level (info, warning, error, critical)
--log-format Log format (plain, json-stream)
--quiet Suppress console output.
--profile Active project profile(s)

Commands

Command Description
help Show this help or the help of a sub-command.

Examples

Render markdown to HTML

Terminal
quarto pandoc document.md --to html --output document.html

List Pandoc output formats

Terminal
quarto pandoc --list-output-formats