Skip to content
Discussion options

You must be logged in to vote

Quarto does not handle child documents in exactly the same way as Bookdown. In particular, it is better not to think of this as a loop inside a .qmd file. Instead, Quarto can compose multiple .qmd files using its {{< include >}} shortcode.

The flandersqmd development version provides autoqmd_*() helper functions that automate this workflow.

remotes::install_github("inbo/flandersqmd#7")

We are still fixing some small bugs and documentation files, but the main functions seem to work well.
We hope to merge this soon with the main package version.

The basic idea is:

  1. Create a template .qmd file containing the structure of one child document.
  2. Generate one child .qmd file per entity from this t…

Replies: 1 comment

Comment options

wlangera
Aug 17, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by wlangera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Quarto
Labels
None yet
1 participant