-
Hi, I would be interested in being able to generate a self-contained HTML single file from a list of qmd files. The basic idea behind is to concatenate the qmd files before rendering as if it was a single file. I thought I could do it with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
Just to be clear, the OP wanted something that was not simply "raw inclusion", and
{{< include >}}
is very much raw inclusion.