From e336a6b6730c41a4f9ad808160d597c6efcb7acc Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Wed, 15 Jan 2025 13:49:32 -0500 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 b4a259c006..ad418c5309 100644 --- a/news/changelog-1.7.md +++ b/news/changelog-1.7.md @@ -61,3 +61,4 @@ All changes included in 1.7: - ([#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. +- ([fb38eb5](https://github.com/quarto-dev/quarto-cli/commit/fb38eb56c11e09f44cef58fd3b697ff24bb5a3f3)) Use the `latest` parser for Acorn when analyzing JS code imported from OJS blocks.