Summary isn't generated.
It seems that quarto doesn't pick up the summary.qmd
the first time when it's generated during the preprocess script.
It seems that quarto doesn't pick up the summary.qmd
the first time when it's generated during the preprocess script.
Apparently, the list of files to-be-rendered is generated before the pre-render scripts are executed in quarto (see this discussion). Because of that, just rendering once will not show the summary. Possible workarounds are:
touch summary.qmd
before running quarto render
quarto render
twicetouch seems a good bit cheaper.
mentioned in commit 44514e13
mentioned in commit 9e55ba0c
closed with commit 44514e13