Meta-Provblem: Quarto code on a Quarto slide #10062
-
DescriptionI would like to have a presentation with quarto code inside. I currently do on a slide
And my problem is that though the The overall quarto file (reveal js slides) has set
but that has no effect, also inside the markdown code cell this has no effect, also inside the Julia code cell this has no effect. Where else could I indicate I do not want to execute the code? Or: How can I get exactly the displayed code here on a Reveal.jl slide in a Quarto file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Using See "escaping inline/code cell". |
Beta Was this translation helpful? Give feedback.
Using
{language}
means you want the content to be executed.See "escaping inline/code cell".