Source() .qmd files
#2541
-
Is there a way to |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Sep 22, 2022
Replies: 1 comment
-
Yes, the include shortcode: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nipnipj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the include shortcode:
{{< include small.qmd >}}
.Note that, the included Quarto document should not have yaml header, unless you want to override the yaml header of the main document.
https://quarto.org/docs/authoring/includes.html