Convert documents to alternate representations.
quarto convert <input:string>
Options
-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
help |
Show this help or the help of a sub-command. |
Examples
Convert notebook to markdown
quarto convert mydocument.ipynb
Convert markdown to notebook
quarto convert mydocument.qmd
Convert notebook to markdown, writing to file
quarto convert mydocument.ipynb --output mydoc.qmd