Skip to content

project-renard-survey/quarto-cli

 
 

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.

In addition to the core capabilities of Pandoc, Quarto includes:

  1. Support for embedding output from Python, R, and Julia via integration with Jupyter and Knitr .

  2. A variety of extensions to Pandoc markdown useful for technical writing including callouts (admonitions), cross-references, sub-figures, layout panels, hover-able citations and footnotes, and more.

  3. A project system for rendering groups of documents at once, sharing options across documents, and producing aggregate output like books and websites.

  4. HTML output based on Bootstrap (including support for Bootswatch themes).

  5. Automatic installation of required LaTeX packages when rendering PDF output.

Learn more about Quarto at https://quarto.org.

The overall design of Quarto is influenced heavily by R Markdown, however unlike R Markdown the architecture is language agnostic. In it's current iteration, Quarto can render plain markdown, Jupyter Notebooks, and Knitr (Rmd) documents.

Quarto is open source software licensed under v2 of the GNU GPL (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).

About

Quarto command line interface

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.8%
  • TypeScript 31.6%
  • Lua 6.6%
  • R 2.3%
  • CSS 2.1%
  • Python 1.4%
  • Other 3.2%