Skip to content

Commit ff0d281

Browse files
committed
update DESCRIPTION
1 parent 93fab9c commit ff0d281

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

DESCRIPTION.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
# quarto
1+
# Quarto
2+
3+
Python interface to Quarto, an academic, scientific, and technical publishing system built on [Pandoc](https://pandoc.org).
4+
5+
In addition to the core capabilities of Pandoc, Quarto includes:
6+
7+
1. Support for embedding output from Julia, Python, and R via integration with [Jupyter](https://jupyter.org/) and [knitr](https://yihui.org/knitr/) .
8+
2. A project system for rendering groups of documents at once.
9+
3. Flexible ways to specify rendering options, including project-wide options and per-format options.
10+
4. Cross references for figures, tables, equations, sections, listings, proofs, and more.
11+
5. Sophisticated layout for panels of figures, tables, and other content.
12+
6. Automatic installation of required LaTeX packages when rendering PDF output.
13+
14+
The overall design of Quarto is influenced heavily by [R Markdown](https://rmarkdown.rstudio.com/), however unlike R Markdown the architecture is language agnostic. In it's current iteration, Quarto can render plain markdown, Rmd documents, and Jupyter Notebooks.
15+
16+
For additional documentation, see the [Quarto Wiki](https://github.com/quarto-dev/quarto-cli/wiki).
217

3-
Python interface to the Quarto markdown publishing system (https://quarto-dev/quarto-cli). This package provides a Python wrapper for the quarto command line interface, which can be used to convert R Markdown documents and Jupyter Notebooks to a variety of output formats.

0 commit comments

Comments
 (0)