Skip to content

quarto-dev/quarto

Repository files navigation

Quarto

Quarto is an open-source scientific and technical publishing system built on Pandoc. Quarto documents are authored using markdown, an easy to write plain text format.

Here is where you can find the source code for various parts of the Quarto system:

Development

To develop the Quarto VS Code extension, clone this repo, run yarn, then run the yarn dev-vscode command:

yarn             # install dependencies
yarn dev-vscode  # run development/debug version of extension

Use the VS Code Run and Debug pane in the activity bar to run a version of VS Code with the development build of the extension.