-
DescriptionHello, This seemed simple enough, but I'm striking out. I want to author a pptx containing python code, and simply wanted to not export some of the setup code. Things I can find:
Desired output of this example would be a title slide and the slide with stuff. I included mocked up approaches I tried with the code slides, but so far they result in a slide containing their content. I'm sure it's something silly I'm missing, but after ~30min of tinkering figured I'd be better off asking for help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Edit:
You are left with conditional content: https://quarto.org/docs/authoring/conditional.html |
Beta Was this translation helpful? Give feedback.
Edit:
hidden
is not for "don't include the content" (also I believe this to be for LaTeX and HTML formats only).You are left with conditional content: https://quarto.org/docs/authoring/conditional.html