Skip to content

Commit d0d7626

Browse files
committed
Add new supported alias for when-format and unless-format
1 parent bbd65de commit d0d7626

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

docs/authoring/_format-aliases.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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` |
913

1014
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

Comments
 (0)