Replies: 1 comment
-
Regarding this topic of KM vs MK approach in bookdown , discussion happens already in #1045 Quarto does not have such approach for now. Design is different.
Yes - Quarto does not merge input before rendering with Pandoc, and each file is rendered individually.
Our cross reference system is working already across chapters. Are you trying to customise it ? What are you trying to do exactly ?
Links should works across chapters following cross references mechanism. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Writing a book with Quarto with one file per (*.qmd) per chapter, I am trying to add some references and keys/links by chapter (list of acronyms using a Lua filter). Still, Quarto seems to render each chapter individually. This is similar to bookdown's "Knit-Merge" strategy, as opposed to the "Merge-Knit" where all chapters are combined and generated. Is there any solution to avoid this and define the key once? Also, working with different pages, the links are not recognized, or, does Quarto supports the "Merge-Knit" strategy or something similar?
Beta Was this translation helpful? Give feedback.
All reactions