|
35 | 35 | - reduce font size of `df-print: paged` tables ([#3380](https://github.com/quarto-dev/quarto-cli/issues/3380)) |
36 | 36 | - `width` and `height` in percent are now correctly supported ([#4063](https://github.com/quarto-dev/quarto-cli/issues/4063)) |
37 | 37 | - add better margins to numbered lists in the presence of many items and `.scrollable` ([#4283](https://github.com/quarto-dev/quarto-cli/issues/4063)). |
| 38 | +- Properly support scss imports for RevealJS extensions ([#3414](https://github.com/quarto-dev/quarto-cli/issues/3414)) |
38 | 39 |
|
39 | 40 | ## Dates |
40 | 41 |
|
|
91 | 92 | - Improve support for `yml` based listings by supporting usage of title and description from `yml`. |
92 | 93 | - Allow listings in project to point directly to non-input files (such as `yml` files) to use for contents. |
93 | 94 | - Allow `sort: false` to disable any sorting, allowing items to appear in their original / natural order. (#3296) |
| 95 | +- Warn if listings are being used outside of a website ([#4267](https://github.com/quarto-dev/quarto-cli/issues/4267)) |
94 | 96 |
|
95 | 97 | ## Websites |
96 | 98 |
|
97 | 99 | - Fix issue assigning specific sidebar to a specific page using `sidebar:` (#3389) |
98 | 100 | - Change behavior of `publish gh-pages` to always render into a clean directory. |
99 | 101 | Previous behavior was to add to existing contents of `gh-pages` branch. ([#3199](https://github.com/quarto-dev/quarto-cli/discussions/3199), @ijlyttle) |
100 | 102 | - Order sidebar entries using filename rather than title |
| 103 | +- Position `repo-actions` in the page footer if there is nowhere else to position them ([#3998](https://github.com/quarto-dev/quarto-cli/issues/3998)) |
| 104 | +- Render `page-footer` even when a Navbar isn't present ([#4053](https://github.com/quarto-dev/quarto-cli/issues/4053)) |
| 105 | +- Don't treat links with no `href` as external when `link-external-icon` is enabled ([#3645](https://github.com/quarto-dev/quarto-cli/issues/3645)) |
| 106 | +- Escape HTML from code cells that appears inline in search results ([#4404](https://github.com/quarto-dev/quarto-cli/issues/4404)) |
101 | 107 |
|
102 | 108 | ## Books |
103 | 109 |
|
104 | 110 | - Remove chapter number of HTML head title when `number-sections` is `false` (#3304). |
105 | 111 | - Non-HTML book output formats will now be placed in subdirectories (`book-<format>`) within the project output directory (`_books`) |
| 112 | +- Don't discard the first chapter header when a chapter title is declared using YAML. ([#3653](https://github.com/quarto-dev/quarto-cli/issues/3653)) |
106 | 113 | - Support for rendering to Asciidoc |
107 | 114 | - Support for rendering to LaTeX |
108 | 115 |
|
|
0 commit comments