Author a Quarto source document
Add front matter and a semantic callout to a QMD report.
Generate a QMD source file
Quarto generation is browser-safe text lowering. It preserves Quarto-native callouts and labels and embeds Graphics as inline SVG; Quarto itself is only needed when the emitted source is built.
Metadata can be supplied directly or under metadata. Recognized fields are title, author, date, and format; format defaults to html.
- Browser: complete QMD source generation.
- CLI: no external tools to emit
.qmd. - Options:
title,author,date,format, or ametadatamap.
Emit subsidiary figure assets
Inline SVG remains the portable default. For a project that manages figures as files, choose deterministic external SVG assets. A capable CLI host can also choose assets="png".
Asset names are stable in encounter order (figure-1.svg, figure-2.svg, and so on), and .Out writes them beside the QMD under assetDir.