Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ website:
href: docs/authoring/notebook-embed.qmd
- docs/authoring/callouts.qmd
- docs/authoring/code-annotation.qmd
- text: "Brand"
href: docs/authoring/brand.qmd
- docs/authoring/article-layout.qmd
- section: "Scholarly Writing"
contents:
Expand Down
464 changes: 414 additions & 50 deletions docs/authoring/brand.qmd

Large diffs are not rendered by default.

Binary file added docs/authoring/images/brand-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/authoring/images/brand-html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/authoring/images/brand-revealjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/authoring/images/brand-typst.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/prerelease/1.6/_highlights.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Quarto 1.6 includes the following new features:

- [Support for **brand.yml**](/docs/authoring/brand.qmd): Customize the appearance of your Quarto documents across formats with a single `_brand.yml` file.

- `{{{< contents >}}}` shortcode: Use this shortcode to flexibly rearrange the contents of your document, including moving the results of an executable code cell. See the [documentation for more](/docs/authoring/contents.qmd).

- [Landscape mode](/docs/authoring/article-layout.qmd#landscape-mode) blocks: Use fenced divs with class `.landscape` to set portions of `docx`, `pdf` and `typst` documents to landscape. Thanks to [`@edvinsyk`](https://github.com/edvinsyk)!