Adjust heading level of included document #6695
Unanswered
lorenzoFabbri
asked this question in
Q&A
Replies: 2 comments 5 replies
-
You can't using the include shortcode as it basically only copy/paste the content into the main document. |
Beta Was this translation helpful? Give feedback.
4 replies
-
You could use the
I hope that helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I tend to split my documents into separate Quarto files, with the aim of reusing them later on. Suppose the main Quarto document has a section called
# Data description
, and that inside this section I am including another file containing the section# Numerical variables
, is it possible to adjust the level of the heading in the included document so that it will render as## Numerical variables
?Beta Was this translation helpful? Give feedback.
All reactions