|
38 | 38 | - Properly anchor custom appendix sections ([#3112](https://github.com/quarto-dev/quarto-cli/issues/3112)). |
39 | 39 | - Don't display custom appendix sections in the TOC ([#3113](https://github.com/quarto-dev/quarto-cli/issues/3113)). |
40 | 40 | - Use custom `styles.html` template partial to better support checkbox alignment ([#4556](https://github.com/quarto-dev/quarto-cli/issues/4556)). |
| 41 | +- Improve ergonomics of text-highting in HTML output, not emitting difficult overwrite styles and better supporting theme -> CSS conversion. ([#4334](https://github.com/quarto-dev/quarto-cli/issues/4334)). |
41 | 42 |
|
42 | 43 | ## Article Layout |
43 | 44 |
|
44 | | -- Improve positioning of margin content defined within tabsets. (#3280) |
| 45 | +- Improve positioning of margin content defined within tabsets ([#3280](https://github.com/quarto-dev/quarto-cli/issues/3280)). |
| 46 | +- Improve support for tables with margin positioned endnotes ([#4324](https://github.com/quarto-dev/quarto-cli/issues/4324)). |
45 | 47 |
|
46 | 48 | ## Revealjs Format |
47 | 49 |
|
|
53 | 55 | - Properly support `show-notes: separate-page` [#3996](https://github.com/quarto-dev/quarto-cli/issues/3996) |
54 | 56 | - Improve footnote / aside layout for centered slides. [#4297](https://github.com/quarto-dev/quarto-cli/issues/4297) |
55 | 57 |
|
| 58 | +## EPUB Format |
| 59 | + |
| 60 | +- Enable webtex (epub2 format) or mathml (epub/epub3 format) by default for EPUB output [#4403](https://github.com/quarto-dev/quarto-cli/issues/4403) |
| 61 | + |
56 | 62 | ## Dates |
57 | 63 |
|
58 | 64 | - Properly fall back to language only locale when a supported language-region locale isn't available. (#3059) |
|
131 | 137 | - Properly localize search button title and various toggle aria-labels ([#4559](https://github.com/quarto-dev/quarto-cli/issues/4559)) |
132 | 138 | - Support `navbar: true` to turn on a top navbar even if there are no contents |
133 | 139 | - Improve title recognition for pages that don't include a title in metadata ([#4528](https://github.com/quarto-dev/quarto-cli/issues/4528)) |
| 140 | +- Ensure that footnote are properly indexed for website and book searches ([#4601](https://github.com/quarto-dev/quarto-cli/issues/4601)). |
| 141 | +- Permit sidebar items to include icons ([#3830](https://github.com/quarto-dev/quarto-cli/issues/3830)). |
134 | 142 |
|
135 | 143 | ## Books |
136 | 144 |
|
137 | 145 | - Remove chapter number of HTML head title when `number-sections` is `false` (#3304). |
138 | 146 | - Non-HTML book output formats will now be placed in subdirectories (`book-<format>`) within the project output directory (`_books`) |
139 | | -- 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)) |
| 147 | +- Don't discard the first chapter header when a chapter title is declared using YAML. |
140 | 148 | - Support for rendering to Asciidoc |
141 | 149 | - Support for rendering to LaTeX |
| 150 | +- Properly support localized appendex name in book website navigation ([#4578](https://github.com/quarto-dev/quarto-cli/issues/4578)) |
| 151 | +- Don't emit duplicate bibliography heading when LaTeX/PDF books are rendering using `natbib` or `biblatex` ([#2770](https://github.com/quarto-dev/quarto-cli/issues/2770)) |
142 | 152 |
|
143 | 153 | ## Preview |
144 | 154 |
|
|
181 | 191 | - Trim whitespace from the end of yaml strings in jupyter engine to work around poyo parsing issue ([#4573](https://github.com/quarto-dev/quarto-cli/issues/4573)). |
182 | 192 | - Use "iso" date form instead of "short" to format citations properly ([#4586](https://github.com/quarto-dev/quarto-cli/issues/4586)). |
183 | 193 | - Fix typo `thumnail-image` -> `thumbnail-image` in listing template ([#4602](//github.com/quarto-dev/quarto-cli/pull/4602)) (Thank you, @mattspence!). |
| 194 | +- Add support for targeting the `#refs` divs with citations when using `natbib` or `biblatex` to generate a bibliography. |
184 | 195 |
|
185 | 196 | ## Pandoc filter changes |
186 | 197 |
|
|
0 commit comments