I have a chunk of code in a language, say Matlab, that has no engine installed in Quarto
.
The chunk is only shown for illustration purposes, but it is valid code and can be used, highlighted etc.
So I cannot do something like ```{matlab}
. For this scenario there are some workarounds with css
styles.
However, I can do just ```matlab
.
Now, my question is how to control code chunk overflow
by height
in this case?
All I need is a scrollbar by height (by weight it works automatically).