|
1 | | -| Alias | Formats | |
2 | | -|------------|---------------------------------------------| |
3 | | -| `latex` | `latex`, `pdf` | |
4 | | -| `pdf` | `latex`, `pdf` | |
5 | | -| `epub` | `epub*` | |
6 | | -| `html` | `html*`, `epub*`, `revealjs` | |
7 | | -| `html:js` | `html*`, `revealjs` | |
8 | | -| `markdown` | `markdown*`, `commonmark*`, `gfm`, `markua` | |
| 1 | +| Alias | Formats | |
| 2 | +|--------------|--------------------------------------------------------------------------------| |
| 3 | +| `latex` | `latex`, `pdf`, `beamer` | |
| 4 | +| `pdf` | `latex`, `pdf`, `beamer` | |
| 5 | +| `epub` | `epub*` | |
| 6 | +| `html` | `html*`, `epub*`, `revealjs`, `dashboard`, `email` | |
| 7 | +| `html:js` | `html*`, `revealjs`, `dashboard`, `email` | |
| 8 | +| `markdown` | `markdown*`, `commonmark*`, `gfm`, `markua`, `hugo-md`, `docusaurus-md` | |
| 9 | +| `odt` | `odt`, `opendocument` | |
| 10 | +| `hugo` | `hugo-md` | |
| 11 | +| `docusaurus` | `docusaurus-md` | |
| 12 | +| `asciidoc` | `asciidoc`, `asciidoctor` | |
9 | 13 |
|
10 | 14 | Note that the `html:js` alias indicates that the target format is capable of executing JavaScript (this maps to all HTML formats save for ePub). |
| 15 | + |
| 16 | +Other values supported are directly the name of the format, including Quarto's specific formats like `dashboard`, `email`, or `confluence`. |
0 commit comments