Is it possible to do use a theme for code highlighting when you already use a theme for the revealjs presentation?
Something like
---
title: "Untitled"
format:
revealjs:
theme: [night]
---
but with highlight-style
as discussed here: Quarto - HTML Code Blocks
I can't quite figure out the magical yaml combination.
Links to any docs that show this that I missed would also be appreciated!