Replies: 2 comments
-
This would be a great feature to have for multi-language documentation, eg if you want to have Julia and R code in a single document and can’t because of 1 page == 1 kernel limitation (I know there are workarounds, but not really optimal ones). |
Beta Was this translation helpful? Give feedback.
0 replies
-
No there isn't currently a way to do this but you make a good point about it being a great potential improvement! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
(and thank you for your great work on Quarto!)
I would like to re-use content of a section of another qmd-file with
{{< include _content.qmd >}}
, but not the whole text of the file.Is there a way to do it? Is there a way to run something like the code below?
{{< include _content.qmd#section >}
or
{{< include _content.qmd#sec-introduction >}
Thank you
Hendrik
Beta Was this translation helpful? Give feedback.
All reactions