Skip to content

Commit 3ec28da

Browse files
authored
fix: missing closing parenthesis
1 parent 0e32ad9 commit 3ec28da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/changelog-1.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ All changes included in 1.7:
5353
- ([#11699](https://github.com/quarto-dev/quarto-cli/issues/11699)): Fix crash with `video` shortcode inside HTML comments.
5454
- Expose new `quarto.paths.tinytex_bin_dir` in Quarto's Lua API. If TinyTeX is found by Quarto, this will be set to the path to the `bin` directory of the TinyTeX installation where command line tool are located (e.g., `pdflatex`, `tlmgr`, etc.). If TinyTeX is not found, this will be `nil`, meaning Quarto will use the system PATH to find the command line tools.
5555
- Fix `pandoc.mediabag` Lua typings so autocompletions work with the Lua LSP integration.
56-
- ([#11896](https://github.com/quarto-dev/quarto-cli/pull/11896): fix invalid PowerPoint (`pptx`) when `{{< pagebreak >}}` inserts `\f`.
56+
- ([#11896](https://github.com/quarto-dev/quarto-cli/pull/11896)): fix invalid PowerPoint (`pptx`) when `{{< pagebreak >}}` inserts `\f`.
5757

5858
## Engines
5959

0 commit comments

Comments
 (0)