Can I exclude document sections in Quarto when generating PDF output? #9615
-
DescriptionBelow is my qmd code in the file index.qmd, there is a section "## Data Delivery, Help and FAQ " that I would like to omit, is there an easy way to exclude? Thanks in advance title: RMBS Product Tear Sheet subtitle: ICE Sustainable Financeauthor: "ICE Sustainable Finance" bibliography: references.bibnocite: | linkcolor: RSSblueurlcolor: RSSblue
editor: source
Mission/Overview
Disclaimer
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. This being said you likely are interested in "conditional content" as described in https://quarto.org/docs/authoring/conditional.html. |
Beta Was this translation helpful? Give feedback.
Could you properly format your post using code blocks for code and terminal outputs? Thanks.
If your code contains code blocks, you need to enclose it using more backticks, i.e., usually four
````
.This being said you likely are interested in "conditional content" as described in https://quarto.org/docs/authoring/conditional.html.