From 46a7609975b14f5d983fd791d7e8e3d425c522ad Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Thu, 12 Dec 2024 12:28:49 -0700 Subject: [PATCH] changelog --- news/changelog-1.7.md | 1 + 1 file changed, 1 insertion(+) diff --git a/news/changelog-1.7.md b/news/changelog-1.7.md index ae2312a272..569fb2da01 100644 --- a/news/changelog-1.7.md +++ b/news/changelog-1.7.md @@ -29,5 +29,6 @@ All changes included in 1.7: ## Other Fixes and Improvements +- ([#8613](https://github.com/quarto-dev/quarto-cli/issues/8613)): Fix `giscus` color on load to support dark mode (by @kv9898). - ([#11441](https://github.com/quarto-dev/quarto-cli/issues/11441)): Don't add newlines around shortcodes during processing. - ([#11643](https://github.com/quarto-dev/quarto-cli/issues/11643)): Improve highlighting of nested code block inside markdown code block, i.e. using ` ```{{python}} ` or ` ```python ` inside ` ````markdown` fenced code block.