• Stars
    star
    304
  • Rank 136,555 (Top 3 %)
  • Language
    TypeScript
  • License
    GNU Affero Genera...
  • Created almost 2 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Quarto open-source scientific and technical publishing system

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.