bcdavasconcelos / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.

Home Page:https://quarto.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Embedding code and output from Python, R, and JavaScript via integration with Jupyter, Knitr, and Observable.

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

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

  4. Authoring using a wide variety of editors and notebooks including JupyterLab, RStudio, and VS Code.

  5. A visual markdown editor that provides a productive writing interface for composing long-form documents.

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

Development Version

To install the development version of the Quarto CLI, clone the quarto-cli repository then run the configure script for your platform (configure.sh, for linux/mac or configure.cmd for Windows). For example:

git clone https://github.com/quarto-dev/quarto-cli
cd quarto-cli
./configure.sh

To update to the latest development version, just git pull from the local repo directory:

cd quarto-cli
git pull

License

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

Open-source scientific and technical publishing system built on Pandoc.

https://quarto.org

License:Other


Languages

Language:JavaScript 56.8%Language:TypeScript 26.5%Language:Lua 7.6%Language:TeX 3.1%Language:SCSS 2.4%Language:R 0.9%Language:HTML 0.8%Language:CSS 0.5%Language:Python 0.5%Language:EJS 0.3%Language:Shell 0.2%Language:Batchfile 0.1%Language:PowerShell 0.1%Language:Rust 0.1%Language:Julia 0.0%Language:Jupyter Notebook 0.0%