Skip to content

Commit bf550cf

Browse files
authored
Merge pull request #11643 from quarto-dev/fix/markdown-highlight-for-quarto
2 parents 6de400b + 5350186 commit bf550cf

File tree

5 files changed

+206
-342
lines changed

5 files changed

+206
-342
lines changed

news/changelog-1.7.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ All changes included in 1.7:
2121
This also provides a new public function `quarto.utils.is_empty_node`
2222
that allows to check whether a node is empty, i.e., whether it's an
2323
empty list, has no child nodes, and contains no text.
24+
25+
## Other Fixes and Improvements
26+
27+
- ([#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.

0 commit comments

Comments
 (0)