Quarto® is an open-source scientific and technical publishing system built on Pandoc.
quarto is a language agnostic command line interface (CLI)
thomasmock$ quarto --help
Usage: quartoVersion: 1.0.36Options:-h,--help- Show this help. -V,--version- Show the version number for this program. Commands:render [input] [args...] - Render input file(s)to various document types. preview [file] [args...] - Render and preview a document or website project. serve [input] - Serve a Shiny interactive document. create-project [dir] - Create a project for rendering multiple documents convert<input> - Convert documents to alternate representations. pandoc [args...] - Run the version of Pandoc embedded within Quarto. run [script] [args...] - Run a TypeScript, R, Python, or Lua script. install<type> [target] - Installs an extension or global dependency. publish [provider] [path] - Publish a document or project. Available providers include:check [target] - Verify correct functioning of Quarto installation.
RMarkdown for literate programming
Quarto for literate programming
Quarto for literate programming
So what is a .qmd?
A Quarto document i.e. a .qmd is a plain text file