convert

Convert documents to alternate representations.

quarto convert <input:string>

Options

Flags Arguments Description
-h, --help Show this help.
-o, --output [path:string] Write output to PATH.
--with-ids Include ids in conversion
--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

Convert notebook to markdown

Terminal
quarto convert mydocument.ipynb 

Convert markdown to notebook

Terminal
quarto convert mydocument.qmd

Convert notebook to markdown, writing to file

Terminal
quarto convert mydocument.ipynb --output mydoc.qmd