|
2 | 2 |
|
3 | 3 | # Quarto
|
4 | 4 |
|
5 |
| -Quarto is an open-source scientific and technical publishing system built on [Pandoc](https://pandoc.org). Quarto documents are authored using [markdown](https://en.wikipedia.org/wiki/Markdown), an easy to write plain text format. |
| 5 | +Quarto is an open-source scientific and technical publishing system built on [Pandoc](https://pandoc.org). Quarto documents are authored using [Markdown](https://en.wikipedia.org/wiki/Markdown), an easy to write plain text format. |
6 | 6 |
|
7 | 7 | In addition to the core capabilities of Pandoc, Quarto includes:
|
8 | 8 |
|
9 | 9 | 1. Embedding code and output from Python, R, Julia, and JavaScript via integration with [Jupyter](https://jupyter.org/), [Knitr](https://yihui.org/knitr/), and [Observable](https://github.com/observablehq/).
|
10 | 10 |
|
11 |
| -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. |
| 11 | +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. |
12 | 12 |
|
13 | 13 | 3. A project system for rendering groups of documents at once, sharing options across documents, and producing aggregate output like [websites](https://quarto.org/docs/websites/) and [books](https://quarto.org/docs/books/).
|
14 | 14 |
|
15 | 15 | 4. Authoring using a wide variety of editors and notebooks including [JupyterLab](https://quarto.org/docs/tools/jupyter-lab.html), [RStudio](https://quarto.org/docs/tools/rstudio.html), and [VS Code](https://quarto.org/docs/tools/vscode.html).
|
16 | 16 |
|
17 |
| -5. A [visual markdown editor](https://quarto.org/docs/visual-editor/) that provides a productive writing interface for composing long-form documents. |
| 17 | +5. A [visual Markdown editor](https://quarto.org/docs/visual-editor/) that provides a productive writing interface for composing long-form documents. |
18 | 18 |
|
19 | 19 | Learn more about Quarto at <https://quarto.org>.
|
20 | 20 |
|
21 | 21 | ## Development Version
|
22 | 22 |
|
23 |
| -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/macOS or `configure.cmd` for Windows). For example: |
| 23 | +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/macOS or `configure.cmd` for Windows). For example: |
24 | 24 |
|
25 | 25 | ```bash
|
26 | 26 | git clone https://github.com/quarto-dev/quarto-cli
|
|
0 commit comments